Shades of Lavender Blue #CAC2FF
Tints of Lavender Blue #CAC2FF
RGB
CMYK
RGB Variations
Color information
#CAC2FF (or 0xCAC2FF) is known color: Lavender Blue. HEX triplet: CA, C2 and FF. RGB value is (202,194,255). Sum of RGB (Red+Green+Blue) = 202+194+255=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2FF is #353D00. Grayscale: #CBCBCB. Windows color (decimal): -3489025 or 16761546. OLE color: 16761546.
HSL color Cylindrical-coordinate representation of color #CAC2FF: hue angle of 247.87º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAC2FF is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 194 | 255 | - |
| CMYK | 0.21 | 0.24 | 0 | 0 |
| HSL | 247.87º | 1% | 0.88% | - |
| HSV(B) | 247.87º | 0.24% | 1% | - |
| XYZ | 61.7 | 58.36 | 102.62 | - |
| YUV | 203.35 | 157.15 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 255 | 0.21 | 0.24 | 0 | 0 | 247.87 | 1 | 0.88 |
| Hex | CA | C2 | FF | 15 | 18 | 0 | 0 | F8 | 64 | 58 |
| Octal | 312 | 302 | 377 | 25 | 30 | 0 | 0 | 370 | 144 | 130 |
| Binary | 11001010 | 11000010 | 11111111 | 10101 | 11000 | 0 | 0 | 11111000 | 1100100 | 1011000 |
Color Harmonies of #CAC2FF
Complementary color
Monochromatic Colors of #CAC2FF
Black with #CAC2FF
Text Example
Text Example
White with #CAC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2FF; }
p { color: rgb(202,194,255); }
H1.HeaderClassName
{
color: #CAC2FF;
}
.AnyTagClassName
{
color: #CAC2FF;
}
</style>
background-color css
<style>
a { background-color: #CAC2FF; }
a { background-color: rgb(202,194,255); }
div.DivClassName
{
background-color: #CAC2FF;
}
.BgClassName
{
background-color: #CAC2FF;
}
</style>
border-color css
<style>
span { border-color: #CAC2FF; }
span { border-color: rgb(202,194,255); }
td.TdClassName
{
border-color: #CAC2FF;
}
.TagClassName
{
border-color: #CAC2FF;
}
</style>