Shades of Lavender Blue #CAC6FA
Tints of Lavender Blue #CAC6FA
RGB
CMYK
RGB Variations
Color information
#CAC6FA (or 0xCAC6FA) is known color: Lavender Blue. HEX triplet: CA, C6 and FA. RGB value is (202,198,250). Sum of RGB (Red+Green+Blue) = 202+198+250=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC6FA is #353905. Grayscale: #CCCCCC. Windows color (decimal): -3488006 or 16434890. OLE color: 16434890.
HSL color Cylindrical-coordinate representation of color #CAC6FA: hue angle of 244.62º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAC6FA is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 198 | 250 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.02 |
| HSL | 244.62º | 0.84% | 0.88% | - |
| HSV(B) | 244.62º | 0.21% | 0.98% | - |
| XYZ | 61.81 | 59.85 | 98.74 | - |
| YUV | 205.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 250 | 0.19 | 0.21 | 0 | 0.02 | 244.62 | 0.84 | 0.88 |
| Hex | CA | C6 | FA | 13 | 15 | 0 | 2 | F5 | 54 | 58 |
| Octal | 312 | 306 | 372 | 23 | 25 | 0 | 2 | 365 | 124 | 130 |
| Binary | 11001010 | 11000110 | 11111010 | 10011 | 10101 | 0 | 10 | 11110101 | 1010100 | 1011000 |
Color Harmonies of #CAC6FA
Complementary color
Monochromatic Colors of #CAC6FA
Black with #CAC6FA
Text Example
Text Example
White with #CAC6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6FA; }
p { color: rgb(202,198,250); }
H1.HeaderClassName
{
color: #CAC6FA;
}
.AnyTagClassName
{
color: #CAC6FA;
}
</style>
background-color css
<style>
a { background-color: #CAC6FA; }
a { background-color: rgb(202,198,250); }
div.DivClassName
{
background-color: #CAC6FA;
}
.BgClassName
{
background-color: #CAC6FA;
}
</style>
border-color css
<style>
span { border-color: #CAC6FA; }
span { border-color: rgb(202,198,250); }
td.TdClassName
{
border-color: #CAC6FA;
}
.TagClassName
{
border-color: #CAC6FA;
}
</style>