Shades of Lavender Blue #CAC8F9
Tints of Lavender Blue #CAC8F9
RGB
CMYK
RGB Variations
Color information
#CAC8F9 (or 0xCAC8F9) is known color: Lavender Blue. HEX triplet: CA, C8 and F9. RGB value is (202,200,249). Sum of RGB (Red+Green+Blue) = 202+200+249=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 200 (78.52% from 255 or 30.72% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAC8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC8F9 is #353706. Grayscale: #CDCDCD. Windows color (decimal): -3487495 or 16369866. OLE color: 16369866.
HSL color Cylindrical-coordinate representation of color #CAC8F9: hue angle of 242.45º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAC8F9 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 200 | 249 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.02 |
| HSL | 242.45º | 0.8% | 0.88% | - |
| HSV(B) | 242.45º | 0.2% | 0.98% | - |
| XYZ | 62.11 | 60.7 | 98.07 | - |
| YUV | 206.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 249 | 0.19 | 0.20 | 0 | 0.02 | 242.45 | 0.8 | 0.88 |
| Hex | CA | C8 | F9 | 13 | 14 | 0 | 2 | F2 | 50 | 58 |
| Octal | 312 | 310 | 371 | 23 | 24 | 0 | 2 | 362 | 120 | 130 |
| Binary | 11001010 | 11001000 | 11111001 | 10011 | 10100 | 0 | 10 | 11110010 | 1010000 | 1011000 |
Color Harmonies of #CAC8F9
Complementary color
Monochromatic Colors of #CAC8F9
Black with #CAC8F9
Text Example
Text Example
White with #CAC8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8F9; }
p { color: rgb(202,200,249); }
H1.HeaderClassName
{
color: #CAC8F9;
}
.AnyTagClassName
{
color: #CAC8F9;
}
</style>
background-color css
<style>
a { background-color: #CAC8F9; }
a { background-color: rgb(202,200,249); }
div.DivClassName
{
background-color: #CAC8F9;
}
.BgClassName
{
background-color: #CAC8F9;
}
</style>
border-color css
<style>
span { border-color: #CAC8F9; }
span { border-color: rgb(202,200,249); }
td.TdClassName
{
border-color: #CAC8F9;
}
.TagClassName
{
border-color: #CAC8F9;
}
</style>