Shades of Lavender Blue #CCCCEF
Tints of Lavender Blue #CCCCEF
RGB
CMYK
RGB Variations
Color information
#CCCCEF (or 0xCCCCEF) is known color: Lavender Blue. HEX triplet: CC, CC and EF. RGB value is (204,204,239). Sum of RGB (Red+Green+Blue) = 204+204+239=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCCCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCEF is #333310. Grayscale: #CFCFCF. Windows color (decimal): -3355409 or 15715532. OLE color: 15715532.
HSL color Cylindrical-coordinate representation of color #CCCCEF: hue angle of 240º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCCEF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 204 | 204 | 239 | - |
CMYK | 0.15 | 0.15 | 0 | 0.06 |
HSL | 240º | 0.52% | 0.87% | - |
HSV(B) | 240º | 0.15% | 0.94% | - |
XYZ | 62.07 | 62.26 | 90.41 | - |
YUV | 207.99 | 145.5 | 125.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 239 | 0.15 | 0.15 | 0 | 0.06 | 240 | 0.52 | 0.87 |
Hex | CC | CC | EF | F | F | 0 | 6 | F0 | 34 | 57 |
Octal | 314 | 314 | 357 | 17 | 17 | 0 | 6 | 360 | 64 | 127 |
Binary | 11001100 | 11001100 | 11101111 | 1111 | 1111 | 0 | 110 | 11110000 | 110100 | 1010111 |
Color Harmonies of #CCCCEF
Complementary color
Monochromatic Colors of #CCCCEF
Black with #CCCCEF
Text Example
Text Example
White with #CCCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCEF; }
p { color: rgb(204,204,239); }
H1.HeaderClassName
{
color: #CCCCEF;
}
.AnyTagClassName
{
color: #CCCCEF;
}
</style>
background-color css
<style>
a { background-color: #CCCCEF; }
a { background-color: rgb(204,204,239); }
div.DivClassName
{
background-color: #CCCCEF;
}
.BgClassName
{
background-color: #CCCCEF;
}
</style>
border-color css
<style>
span { border-color: #CCCCEF; }
span { border-color: rgb(204,204,239); }
td.TdClassName
{
border-color: #CCCCEF;
}
.TagClassName
{
border-color: #CCCCEF;
}
</style>