Shades of Lavender Blue #CACCEC
Tints of Lavender Blue #CACCEC
RGB
CMYK
RGB Variations
Color information
#CACCEC (or 0xCACCEC) is known color: Lavender Blue. HEX triplet: CA, CC and EC. RGB value is (202,204,236). Sum of RGB (Red+Green+Blue) = 202+204+236=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #CACCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACCEC is #353313. Grayscale: #CECECE. Windows color (decimal): -3486484 or 15518922. OLE color: 15518922.
HSL color Cylindrical-coordinate representation of color #CACCEC: hue angle of 236.47º degrees, saturation: 0.47, 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 #CACCEC is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 204 | 236 | - |
CMYK | 0.14 | 0.14 | 0 | 0.07 |
HSL | 236.47º | 0.47% | 0.86% | - |
HSV(B) | 236.47º | 0.14% | 0.93% | - |
XYZ | 61.09 | 61.8 | 88.07 | - |
YUV | 207.05 | 144.34 | 124.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 204 | 236 | 0.14 | 0.14 | 0 | 0.07 | 236.47 | 0.47 | 0.86 |
Hex | CA | CC | EC | E | E | 0 | 7 | EC | 2F | 56 |
Octal | 312 | 314 | 354 | 16 | 16 | 0 | 7 | 354 | 57 | 126 |
Binary | 11001010 | 11001100 | 11101100 | 1110 | 1110 | 0 | 111 | 11101100 | 101111 | 1010110 |
Color Harmonies of #CACCEC
Complementary color
Monochromatic Colors of #CACCEC
Black with #CACCEC
Text Example
Text Example
White with #CACCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCEC; }
p { color: rgb(202,204,236); }
H1.HeaderClassName
{
color: #CACCEC;
}
.AnyTagClassName
{
color: #CACCEC;
}
</style>
background-color css
<style>
a { background-color: #CACCEC; }
a { background-color: rgb(202,204,236); }
div.DivClassName
{
background-color: #CACCEC;
}
.BgClassName
{
background-color: #CACCEC;
}
</style>
border-color css
<style>
span { border-color: #CACCEC; }
span { border-color: rgb(202,204,236); }
td.TdClassName
{
border-color: #CACCEC;
}
.TagClassName
{
border-color: #CACCEC;
}
</style>