Shades of Lavender Blue #CAC9F9
Tints of Lavender Blue #CAC9F9
RGB
CMYK
RGB Variations
Color information
#CAC9F9 (or 0xCAC9F9) is known color: Lavender Blue. HEX triplet: CA, C9 and F9. RGB value is (202,201,249). Sum of RGB (Red+Green+Blue) = 202+201+249=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 201 (78.91% from 255 or 30.83% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAC9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC9F9 is #353606. Grayscale: #CECECE. Windows color (decimal): -3487239 or 16370122. OLE color: 16370122.
HSL color Cylindrical-coordinate representation of color #CAC9F9: hue angle of 241.25º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAC9F9 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 202 | 201 | 249 | - |
CMYK | 0.19 | 0.19 | 0 | 0.02 |
HSL | 241.25º | 0.8% | 0.88% | - |
HSV(B) | 241.25º | 0.19% | 0.98% | - |
XYZ | 62.34 | 61.17 | 98.14 | - |
YUV | 206.77 | 151.83 | 124.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 201 | 249 | 0.19 | 0.19 | 0 | 0.02 | 241.25 | 0.8 | 0.88 |
Hex | CA | C9 | F9 | 13 | 13 | 0 | 2 | F1 | 50 | 58 |
Octal | 312 | 311 | 371 | 23 | 23 | 0 | 2 | 361 | 120 | 130 |
Binary | 11001010 | 11001001 | 11111001 | 10011 | 10011 | 0 | 10 | 11110001 | 1010000 | 1011000 |
Color Harmonies of #CAC9F9
Complementary color
Monochromatic Colors of #CAC9F9
Black with #CAC9F9
Text Example
Text Example
White with #CAC9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9F9; }
p { color: rgb(202,201,249); }
H1.HeaderClassName
{
color: #CAC9F9;
}
.AnyTagClassName
{
color: #CAC9F9;
}
</style>
background-color css
<style>
a { background-color: #CAC9F9; }
a { background-color: rgb(202,201,249); }
div.DivClassName
{
background-color: #CAC9F9;
}
.BgClassName
{
background-color: #CAC9F9;
}
</style>
border-color css
<style>
span { border-color: #CAC9F9; }
span { border-color: rgb(202,201,249); }
td.TdClassName
{
border-color: #CAC9F9;
}
.TagClassName
{
border-color: #CAC9F9;
}
</style>