Shades of Lavender Blue #CAC5EF
Tints of Lavender Blue #CAC5EF
RGB
CMYK
RGB Variations
Color information
#CAC5EF (or 0xCAC5EF) is known color: Lavender Blue. HEX triplet: CA, C5 and EF. RGB value is (202,197,239). Sum of RGB (Red+Green+Blue) = 202+197+239=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAC5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5EF is #353A10. Grayscale: #CBCBCB. Windows color (decimal): -3488273 or 15713738. OLE color: 15713738.
HSL color Cylindrical-coordinate representation of color #CAC5EF: hue angle of 247.14º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAC5EF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 197 | 239 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.06 |
| HSL | 247.14º | 0.57% | 0.85% | - |
| HSV(B) | 247.14º | 0.18% | 0.94% | - |
| XYZ | 59.9 | 58.72 | 89.84 | - |
| YUV | 203.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 239 | 0.15 | 0.18 | 0 | 0.06 | 247.14 | 0.57 | 0.85 |
| Hex | CA | C5 | EF | F | 12 | 0 | 6 | F7 | 39 | 55 |
| Octal | 312 | 305 | 357 | 17 | 22 | 0 | 6 | 367 | 71 | 125 |
| Binary | 11001010 | 11000101 | 11101111 | 1111 | 10010 | 0 | 110 | 11110111 | 111001 | 1010101 |
Color Harmonies of #CAC5EF
Complementary color
Monochromatic Colors of #CAC5EF
Black with #CAC5EF
Text Example
Text Example
White with #CAC5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5EF; }
p { color: rgb(202,197,239); }
H1.HeaderClassName
{
color: #CAC5EF;
}
.AnyTagClassName
{
color: #CAC5EF;
}
</style>
background-color css
<style>
a { background-color: #CAC5EF; }
a { background-color: rgb(202,197,239); }
div.DivClassName
{
background-color: #CAC5EF;
}
.BgClassName
{
background-color: #CAC5EF;
}
</style>
border-color css
<style>
span { border-color: #CAC5EF; }
span { border-color: rgb(202,197,239); }
td.TdClassName
{
border-color: #CAC5EF;
}
.TagClassName
{
border-color: #CAC5EF;
}
</style>