Shades of Lavender Blue #CAC9FA
Tints of Lavender Blue #CAC9FA
RGB
CMYK
RGB Variations
Color information
#CAC9FA (or 0xCAC9FA) is known color: Lavender Blue. HEX triplet: CA, C9 and FA. RGB value is (202,201,250). Sum of RGB (Red+Green+Blue) = 202+201+250=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAC9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC9FA is #353605. Grayscale: #CECECE. Windows color (decimal): -3487238 or 16435658. OLE color: 16435658.
HSL color Cylindrical-coordinate representation of color #CAC9FA: hue angle of 241.22º degrees, saturation: 0.83, 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 #CAC9FA is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 201 | 250 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.02 |
| HSL | 241.22º | 0.83% | 0.88% | - |
| HSV(B) | 241.22º | 0.2% | 0.98% | - |
| XYZ | 62.5 | 61.23 | 98.97 | - |
| YUV | 206.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 250 | 0.19 | 0.20 | 0 | 0.02 | 241.22 | 0.83 | 0.88 |
| Hex | CA | C9 | FA | 13 | 14 | 0 | 2 | F1 | 53 | 58 |
| Octal | 312 | 311 | 372 | 23 | 24 | 0 | 2 | 361 | 123 | 130 |
| Binary | 11001010 | 11001001 | 11111010 | 10011 | 10100 | 0 | 10 | 11110001 | 1010011 | 1011000 |
Color Harmonies of #CAC9FA
Complementary color
Monochromatic Colors of #CAC9FA
Black with #CAC9FA
Text Example
Text Example
White with #CAC9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9FA; }
p { color: rgb(202,201,250); }
H1.HeaderClassName
{
color: #CAC9FA;
}
.AnyTagClassName
{
color: #CAC9FA;
}
</style>
background-color css
<style>
a { background-color: #CAC9FA; }
a { background-color: rgb(202,201,250); }
div.DivClassName
{
background-color: #CAC9FA;
}
.BgClassName
{
background-color: #CAC9FA;
}
</style>
border-color css
<style>
span { border-color: #CAC9FA; }
span { border-color: rgb(202,201,250); }
td.TdClassName
{
border-color: #CAC9FA;
}
.TagClassName
{
border-color: #CAC9FA;
}
</style>