Shades of Lavender Blue #CCCCED
Tints of Lavender Blue #CCCCED
RGB
CMYK
RGB Variations
Color information
#CCCCED (or 0xCCCCED) is known color: Lavender Blue. HEX triplet: CC, CC and ED. RGB value is (204,204,237). Sum of RGB (Red+Green+Blue) = 204+204+237=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCCCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCED is #333312. Grayscale: #CFCFCF. Windows color (decimal): -3355411 or 15584460. OLE color: 15584460.
HSL color Cylindrical-coordinate representation of color #CCCCED: hue angle of 240º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCCCED is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 204 | 237 | - |
CMYK | 0.14 | 0.14 | 0 | 0.07 |
HSL | 240º | 0.48% | 0.86% | - |
HSV(B) | 240º | 0.14% | 0.93% | - |
XYZ | 61.78 | 62.14 | 88.86 | - |
YUV | 207.76 | 144.5 | 125.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 237 | 0.14 | 0.14 | 0 | 0.07 | 240 | 0.48 | 0.86 |
Hex | CC | CC | ED | E | E | 0 | 7 | F0 | 30 | 56 |
Octal | 314 | 314 | 355 | 16 | 16 | 0 | 7 | 360 | 60 | 126 |
Binary | 11001100 | 11001100 | 11101101 | 1110 | 1110 | 0 | 111 | 11110000 | 110000 | 1010110 |
Color Harmonies of #CCCCED
Complementary color
Monochromatic Colors of #CCCCED
Black with #CCCCED
Text Example
Text Example
White with #CCCCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCED; }
p { color: rgb(204,204,237); }
H1.HeaderClassName
{
color: #CCCCED;
}
.AnyTagClassName
{
color: #CCCCED;
}
</style>
background-color css
<style>
a { background-color: #CCCCED; }
a { background-color: rgb(204,204,237); }
div.DivClassName
{
background-color: #CCCCED;
}
.BgClassName
{
background-color: #CCCCED;
}
</style>
border-color css
<style>
span { border-color: #CCCCED; }
span { border-color: rgb(204,204,237); }
td.TdClassName
{
border-color: #CCCCED;
}
.TagClassName
{
border-color: #CCCCED;
}
</style>