Shades of Lavender Blue #CAC5EE
Tints of Lavender Blue #CAC5EE
RGB
CMYK
RGB Variations
Color information
#CAC5EE (or 0xCAC5EE) is known color: Lavender Blue. HEX triplet: CA, C5 and EE. RGB value is (202,197,238). Sum of RGB (Red+Green+Blue) = 202+197+238=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5EE is #353A11. Grayscale: #CBCBCB. Windows color (decimal): -3488274 or 15648202. OLE color: 15648202.
HSL color Cylindrical-coordinate representation of color #CAC5EE: hue angle of 247.32º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAC5EE is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 197 | 238 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.07 |
| HSL | 247.32º | 0.55% | 0.85% | - |
| HSV(B) | 247.32º | 0.17% | 0.93% | - |
| XYZ | 59.76 | 58.66 | 89.06 | - |
| YUV | 203.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 238 | 0.15 | 0.17 | 0 | 0.07 | 247.32 | 0.55 | 0.85 |
| Hex | CA | C5 | EE | F | 11 | 0 | 7 | F7 | 37 | 55 |
| Octal | 312 | 305 | 356 | 17 | 21 | 0 | 7 | 367 | 67 | 125 |
| Binary | 11001010 | 11000101 | 11101110 | 1111 | 10001 | 0 | 111 | 11110111 | 110111 | 1010101 |
Color Harmonies of #CAC5EE
Complementary color
Monochromatic Colors of #CAC5EE
Black with #CAC5EE
Text Example
Text Example
White with #CAC5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5EE; }
p { color: rgb(202,197,238); }
H1.HeaderClassName
{
color: #CAC5EE;
}
.AnyTagClassName
{
color: #CAC5EE;
}
</style>
background-color css
<style>
a { background-color: #CAC5EE; }
a { background-color: rgb(202,197,238); }
div.DivClassName
{
background-color: #CAC5EE;
}
.BgClassName
{
background-color: #CAC5EE;
}
</style>
border-color css
<style>
span { border-color: #CAC5EE; }
span { border-color: rgb(202,197,238); }
td.TdClassName
{
border-color: #CAC5EE;
}
.TagClassName
{
border-color: #CAC5EE;
}
</style>