Shades of Lavender Blue #CAC5EC
Tints of Lavender Blue #CAC5EC
RGB
CMYK
RGB Variations
Color information
#CAC5EC (or 0xCAC5EC) is known color: Lavender Blue. HEX triplet: CA, C5 and EC. RGB value is (202,197,236). Sum of RGB (Red+Green+Blue) = 202+197+236=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAC5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5EC is #353A13. Grayscale: #CACACA. Windows color (decimal): -3488276 or 15517130. OLE color: 15517130.
HSL color Cylindrical-coordinate representation of color #CAC5EC: hue angle of 247.69º degrees, saturation: 0.51, 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 #CAC5EC is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 197 | 236 | - |
CMYK | 0.14 | 0.17 | 0 | 0.07 |
HSL | 247.69º | 0.51% | 0.85% | - |
HSV(B) | 247.69º | 0.17% | 0.93% | - |
XYZ | 59.46 | 58.55 | 87.52 | - |
YUV | 202.94 | 146.66 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 197 | 236 | 0.14 | 0.17 | 0 | 0.07 | 247.69 | 0.51 | 0.85 |
Hex | CA | C5 | EC | E | 11 | 0 | 7 | F8 | 33 | 55 |
Octal | 312 | 305 | 354 | 16 | 21 | 0 | 7 | 370 | 63 | 125 |
Binary | 11001010 | 11000101 | 11101100 | 1110 | 10001 | 0 | 111 | 11111000 | 110011 | 1010101 |
Color Harmonies of #CAC5EC
Complementary color
Monochromatic Colors of #CAC5EC
Black with #CAC5EC
Text Example
Text Example
White with #CAC5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5EC; }
p { color: rgb(202,197,236); }
H1.HeaderClassName
{
color: #CAC5EC;
}
.AnyTagClassName
{
color: #CAC5EC;
}
</style>
background-color css
<style>
a { background-color: #CAC5EC; }
a { background-color: rgb(202,197,236); }
div.DivClassName
{
background-color: #CAC5EC;
}
.BgClassName
{
background-color: #CAC5EC;
}
</style>
border-color css
<style>
span { border-color: #CAC5EC; }
span { border-color: rgb(202,197,236); }
td.TdClassName
{
border-color: #CAC5EC;
}
.TagClassName
{
border-color: #CAC5EC;
}
</style>