Shades of Lavender Blue #CACCFC
Tints of Lavender Blue #CACCFC
RGB
CMYK
RGB Variations
Color information
#CACCFC (or 0xCACCFC) is known color: Lavender Blue. HEX triplet: CA, CC and FC. RGB value is (202,204,252). Sum of RGB (Red+Green+Blue) = 202+204+252=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #CACCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACCFC is #353303. Grayscale: #D0D0D0. Windows color (decimal): -3486468 or 16567498. OLE color: 16567498.
HSL color Cylindrical-coordinate representation of color #CACCFC: hue angle of 237.6º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACCFC is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 204 | 252 | - |
CMYK | 0.20 | 0.19 | 0 | 0.01 |
HSL | 237.6º | 0.89% | 0.89% | - |
HSV(B) | 237.6º | 0.2% | 0.99% | - |
XYZ | 63.52 | 62.77 | 100.86 | - |
YUV | 208.87 | 152.34 | 123.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 204 | 252 | 0.20 | 0.19 | 0 | 0.01 | 237.6 | 0.89 | 0.89 |
Hex | CA | CC | FC | 14 | 13 | 0 | 1 | EE | 59 | 59 |
Octal | 312 | 314 | 374 | 24 | 23 | 0 | 1 | 356 | 131 | 131 |
Binary | 11001010 | 11001100 | 11111100 | 10100 | 10011 | 0 | 1 | 11101110 | 1011001 | 1011001 |
Color Harmonies of #CACCFC
Complementary color
Monochromatic Colors of #CACCFC
Black with #CACCFC
Text Example
Text Example
White with #CACCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCFC; }
p { color: rgb(202,204,252); }
H1.HeaderClassName
{
color: #CACCFC;
}
.AnyTagClassName
{
color: #CACCFC;
}
</style>
background-color css
<style>
a { background-color: #CACCFC; }
a { background-color: rgb(202,204,252); }
div.DivClassName
{
background-color: #CACCFC;
}
.BgClassName
{
background-color: #CACCFC;
}
</style>
border-color css
<style>
span { border-color: #CACCFC; }
span { border-color: rgb(202,204,252); }
td.TdClassName
{
border-color: #CACCFC;
}
.TagClassName
{
border-color: #CACCFC;
}
</style>