Shades of Lavender Blue #CAC2FA
Tints of Lavender Blue #CAC2FA
RGB
CMYK
RGB Variations
Color information
#CAC2FA (or 0xCAC2FA) is known color: Lavender Blue. HEX triplet: CA, C2 and FA. RGB value is (202,194,250). Sum of RGB (Red+Green+Blue) = 202+194+250=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 194 (76.17% from 255 or 30.03% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAC2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2FA is #353D05. Grayscale: #CACACA. Windows color (decimal): -3489030 or 16433866. OLE color: 16433866.
HSL color Cylindrical-coordinate representation of color #CAC2FA: hue angle of 248.57º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAC2FA is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 194 | 250 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.02 |
| HSL | 248.57º | 0.85% | 0.87% | - |
| HSV(B) | 248.57º | 0.22% | 0.98% | - |
| XYZ | 60.9 | 58.04 | 98.44 | - |
| YUV | 202.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 250 | 0.19 | 0.22 | 0 | 0.02 | 248.57 | 0.85 | 0.87 |
| Hex | CA | C2 | FA | 13 | 16 | 0 | 2 | F9 | 55 | 57 |
| Octal | 312 | 302 | 372 | 23 | 26 | 0 | 2 | 371 | 125 | 127 |
| Binary | 11001010 | 11000010 | 11111010 | 10011 | 10110 | 0 | 10 | 11111001 | 1010101 | 1010111 |
Color Harmonies of #CAC2FA
Complementary color
Monochromatic Colors of #CAC2FA
Black with #CAC2FA
Text Example
Text Example
White with #CAC2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2FA; }
p { color: rgb(202,194,250); }
H1.HeaderClassName
{
color: #CAC2FA;
}
.AnyTagClassName
{
color: #CAC2FA;
}
</style>
background-color css
<style>
a { background-color: #CAC2FA; }
a { background-color: rgb(202,194,250); }
div.DivClassName
{
background-color: #CAC2FA;
}
.BgClassName
{
background-color: #CAC2FA;
}
</style>
border-color css
<style>
span { border-color: #CAC2FA; }
span { border-color: rgb(202,194,250); }
td.TdClassName
{
border-color: #CAC2FA;
}
.TagClassName
{
border-color: #CAC2FA;
}
</style>