Shades of Lavender Blue #CAC2FE
Tints of Lavender Blue #CAC2FE
RGB
CMYK
RGB Variations
Color information
#CAC2FE (or 0xCAC2FE) is known color: Lavender Blue. HEX triplet: CA, C2 and FE. RGB value is (202,194,254). Sum of RGB (Red+Green+Blue) = 202+194+254=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAC2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2FE is #353D01. Grayscale: #CBCBCB. Windows color (decimal): -3489026 or 16696010. OLE color: 16696010.
HSL color Cylindrical-coordinate representation of color #CAC2FE: hue angle of 248º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAC2FE is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 194 | 254 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.00 |
| HSL | 248º | 0.97% | 0.88% | - |
| HSV(B) | 248º | 0.24% | 1% | - |
| XYZ | 61.54 | 58.3 | 101.77 | - |
| YUV | 203.23 | 156.65 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 254 | 0.20 | 0.24 | 0 | 0.00 | 248 | 0.97 | 0.88 |
| Hex | CA | C2 | FE | 14 | 18 | 0 | 0 | F8 | 61 | 58 |
| Octal | 312 | 302 | 376 | 24 | 30 | 0 | 0 | 370 | 141 | 130 |
| Binary | 11001010 | 11000010 | 11111110 | 10100 | 11000 | 0 | 0 | 11111000 | 1100001 | 1011000 |
Color Harmonies of #CAC2FE
Complementary color
Monochromatic Colors of #CAC2FE
Black with #CAC2FE
Text Example
Text Example
White with #CAC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2FE; }
p { color: rgb(202,194,254); }
H1.HeaderClassName
{
color: #CAC2FE;
}
.AnyTagClassName
{
color: #CAC2FE;
}
</style>
background-color css
<style>
a { background-color: #CAC2FE; }
a { background-color: rgb(202,194,254); }
div.DivClassName
{
background-color: #CAC2FE;
}
.BgClassName
{
background-color: #CAC2FE;
}
</style>
border-color css
<style>
span { border-color: #CAC2FE; }
span { border-color: rgb(202,194,254); }
td.TdClassName
{
border-color: #CAC2FE;
}
.TagClassName
{
border-color: #CAC2FE;
}
</style>