Shades of Lavender Blue #CAC8EC
Tints of Lavender Blue #CAC8EC
RGB
CMYK
RGB Variations
Color information
#CAC8EC (or 0xCAC8EC) is known color: Lavender Blue. HEX triplet: CA, C8 and EC. RGB value is (202,200,236). Sum of RGB (Red+Green+Blue) = 202+200+236=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAC8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC8EC is #353713. Grayscale: #CCCCCC. Windows color (decimal): -3487508 or 15517898. OLE color: 15517898.
HSL color Cylindrical-coordinate representation of color #CAC8EC: hue angle of 243.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAC8EC is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 200 | 236 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.07 |
| HSL | 243.33º | 0.49% | 0.85% | - |
| HSV(B) | 243.33º | 0.15% | 0.93% | - |
| XYZ | 60.15 | 59.92 | 87.75 | - |
| YUV | 204.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 236 | 0.14 | 0.15 | 0 | 0.07 | 243.33 | 0.49 | 0.85 |
| Hex | CA | C8 | EC | E | F | 0 | 7 | F3 | 31 | 55 |
| Octal | 312 | 310 | 354 | 16 | 17 | 0 | 7 | 363 | 61 | 125 |
| Binary | 11001010 | 11001000 | 11101100 | 1110 | 1111 | 0 | 111 | 11110011 | 110001 | 1010101 |
Color Harmonies of #CAC8EC
Complementary color
Monochromatic Colors of #CAC8EC
Black with #CAC8EC
Text Example
Text Example
White with #CAC8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8EC; }
p { color: rgb(202,200,236); }
H1.HeaderClassName
{
color: #CAC8EC;
}
.AnyTagClassName
{
color: #CAC8EC;
}
</style>
background-color css
<style>
a { background-color: #CAC8EC; }
a { background-color: rgb(202,200,236); }
div.DivClassName
{
background-color: #CAC8EC;
}
.BgClassName
{
background-color: #CAC8EC;
}
</style>
border-color css
<style>
span { border-color: #CAC8EC; }
span { border-color: rgb(202,200,236); }
td.TdClassName
{
border-color: #CAC8EC;
}
.TagClassName
{
border-color: #CAC8EC;
}
</style>