Shades of Lavender Blue #CACCFF
Tints of Lavender Blue #CACCFF
RGB
CMYK
RGB Variations
Color information
#CACCFF (or 0xCACCFF) is known color: Lavender Blue. HEX triplet: CA, CC and FF. RGB value is (202,204,255). Sum of RGB (Red+Green+Blue) = 202+204+255=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #CACCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACCFF is #353300. Grayscale: #D1D1D1. Windows color (decimal): -3486465 or 16764106. OLE color: 16764106.
HSL color Cylindrical-coordinate representation of color #CACCFF: hue angle of 237.74º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CACCFF is Cyan = 0.21, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 204 | 255 | - |
| CMYK | 0.21 | 0.2 | 0 | 0 |
| HSL | 237.74º | 1% | 0.9% | - |
| HSV(B) | 237.74º | 0.21% | 1% | - |
| XYZ | 64 | 62.96 | 103.39 | - |
| YUV | 209.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 204 | 255 | 0.21 | 0.2 | 0 | 0 | 237.74 | 1 | 0.9 |
| Hex | CA | CC | FF | 15 | 14 | 0 | 0 | EE | 64 | 5A |
| Octal | 312 | 314 | 377 | 25 | 24 | 0 | 0 | 356 | 144 | 132 |
| Binary | 11001010 | 11001100 | 11111111 | 10101 | 10100 | 0 | 0 | 11101110 | 1100100 | 1011010 |
Color Harmonies of #CACCFF
Complementary color
Monochromatic Colors of #CACCFF
Black with #CACCFF
Text Example
Text Example
White with #CACCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCFF; }
p { color: rgb(202,204,255); }
H1.HeaderClassName
{
color: #CACCFF;
}
.AnyTagClassName
{
color: #CACCFF;
}
</style>
background-color css
<style>
a { background-color: #CACCFF; }
a { background-color: rgb(202,204,255); }
div.DivClassName
{
background-color: #CACCFF;
}
.BgClassName
{
background-color: #CACCFF;
}
</style>
border-color css
<style>
span { border-color: #CACCFF; }
span { border-color: rgb(202,204,255); }
td.TdClassName
{
border-color: #CACCFF;
}
.TagClassName
{
border-color: #CACCFF;
}
</style>