Shades of Lavender Blue #CAC9FC
Tints of Lavender Blue #CAC9FC
RGB
CMYK
RGB Variations
Color information
#CAC9FC (or 0xCAC9FC) is known color: Lavender Blue. HEX triplet: CA, C9 and FC. RGB value is (202,201,252). Sum of RGB (Red+Green+Blue) = 202+201+252=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 201 (78.91% from 255 or 30.69% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #CAC9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC9FC is #353603. Grayscale: #CECECE. Windows color (decimal): -3487236 or 16566730. OLE color: 16566730.
HSL color Cylindrical-coordinate representation of color #CAC9FC: hue angle of 241.18º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAC9FC is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 201 | 252 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.01 |
| HSL | 241.18º | 0.89% | 0.89% | - |
| HSV(B) | 241.18º | 0.2% | 0.99% | - |
| XYZ | 62.81 | 61.36 | 100.63 | - |
| YUV | 207.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 252 | 0.20 | 0.20 | 0 | 0.01 | 241.18 | 0.89 | 0.89 |
| Hex | CA | C9 | FC | 14 | 14 | 0 | 1 | F1 | 59 | 59 |
| Octal | 312 | 311 | 374 | 24 | 24 | 0 | 1 | 361 | 131 | 131 |
| Binary | 11001010 | 11001001 | 11111100 | 10100 | 10100 | 0 | 1 | 11110001 | 1011001 | 1011001 |
Color Harmonies of #CAC9FC
Complementary color
Monochromatic Colors of #CAC9FC
Black with #CAC9FC
Text Example
Text Example
White with #CAC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9FC; }
p { color: rgb(202,201,252); }
H1.HeaderClassName
{
color: #CAC9FC;
}
.AnyTagClassName
{
color: #CAC9FC;
}
</style>
background-color css
<style>
a { background-color: #CAC9FC; }
a { background-color: rgb(202,201,252); }
div.DivClassName
{
background-color: #CAC9FC;
}
.BgClassName
{
background-color: #CAC9FC;
}
</style>
border-color css
<style>
span { border-color: #CAC9FC; }
span { border-color: rgb(202,201,252); }
td.TdClassName
{
border-color: #CAC9FC;
}
.TagClassName
{
border-color: #CAC9FC;
}
</style>