Shades of Lavender Blue #CCCCFF
Tints of Lavender Blue #CCCCFF
RGB
CMYK
RGB Variations
Color information
#CCCCFF (or 0xCCCCFF) is known color: Lavender Blue. HEX triplet: CC, CC and FF. RGB value is (204,204,255). Sum of RGB (Red+Green+Blue) = 204+204+255=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCCCFF is a web safe color. Inversed color of #CCCCFF is #333300. Grayscale: #D1D1D1. Windows color (decimal): -3355393 or 16764108. OLE color: 16764108.
HSL color Cylindrical-coordinate representation of color #CCCCFF: hue angle of 240º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCCFF is Cyan = 0.2, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 204 | 204 | 255 | - |
CMYK | 0.2 | 0.2 | 0 | 0 |
HSL | 240º | 1% | 0.9% | - |
HSV(B) | 240º | 0.2% | 1% | - |
XYZ | 64.54 | 63.24 | 103.41 | - |
YUV | 209.81 | 153.5 | 123.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 255 | 0.2 | 0.2 | 0 | 0 | 240 | 1 | 0.9 |
Hex | CC | CC | FF | 14 | 14 | 0 | 0 | F0 | 64 | 5A |
Octal | 314 | 314 | 377 | 24 | 24 | 0 | 0 | 360 | 144 | 132 |
Binary | 11001100 | 11001100 | 11111111 | 10100 | 10100 | 0 | 0 | 11110000 | 1100100 | 1011010 |
Color Harmonies of #CCCCFF
Complementary color
Monochromatic Colors of #CCCCFF
Black with #CCCCFF
Text Example
Text Example
White with #CCCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCFF; }
p { color: rgb(204,204,255); }
H1.HeaderClassName
{
color: #CCCCFF;
}
.AnyTagClassName
{
color: #CCCCFF;
}
</style>
background-color css
<style>
a { background-color: #CCCCFF; }
a { background-color: rgb(204,204,255); }
div.DivClassName
{
background-color: #CCCCFF;
}
.BgClassName
{
background-color: #CCCCFF;
}
</style>
border-color css
<style>
span { border-color: #CCCCFF; }
span { border-color: rgb(204,204,255); }
td.TdClassName
{
border-color: #CCCCFF;
}
.TagClassName
{
border-color: #CCCCFF;
}
</style>