Shades of Lavender Blue #CAC9EE
Tints of Lavender Blue #CAC9EE
RGB
CMYK
RGB Variations
Color information
#CAC9EE (or 0xCAC9EE) is known color: Lavender Blue. HEX triplet: CA, C9 and EE. RGB value is (202,201,238). Sum of RGB (Red+Green+Blue) = 202+201+238=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAC9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC9EE is #353611. Grayscale: #CDCDCD. Windows color (decimal): -3487250 or 15649226. OLE color: 15649226.
HSL color Cylindrical-coordinate representation of color #CAC9EE: hue angle of 241.62º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAC9EE is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 201 | 238 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.07 |
| HSL | 241.62º | 0.52% | 0.86% | - |
| HSV(B) | 241.62º | 0.16% | 0.93% | - |
| XYZ | 60.68 | 60.5 | 89.37 | - |
| YUV | 205.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 238 | 0.15 | 0.16 | 0 | 0.07 | 241.62 | 0.52 | 0.86 |
| Hex | CA | C9 | EE | F | 10 | 0 | 7 | F2 | 34 | 56 |
| Octal | 312 | 311 | 356 | 17 | 20 | 0 | 7 | 362 | 64 | 126 |
| Binary | 11001010 | 11001001 | 11101110 | 1111 | 10000 | 0 | 111 | 11110010 | 110100 | 1010110 |
Color Harmonies of #CAC9EE
Complementary color
Monochromatic Colors of #CAC9EE
Black with #CAC9EE
Text Example
Text Example
White with #CAC9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9EE; }
p { color: rgb(202,201,238); }
H1.HeaderClassName
{
color: #CAC9EE;
}
.AnyTagClassName
{
color: #CAC9EE;
}
</style>
background-color css
<style>
a { background-color: #CAC9EE; }
a { background-color: rgb(202,201,238); }
div.DivClassName
{
background-color: #CAC9EE;
}
.BgClassName
{
background-color: #CAC9EE;
}
</style>
border-color css
<style>
span { border-color: #CAC9EE; }
span { border-color: rgb(202,201,238); }
td.TdClassName
{
border-color: #CAC9EE;
}
.TagClassName
{
border-color: #CAC9EE;
}
</style>