Shades of Lavender Blue #CAC8EF
Tints of Lavender Blue #CAC8EF
RGB
CMYK
RGB Variations
Color information
#CAC8EF (or 0xCAC8EF) is known color: Lavender Blue. HEX triplet: CA, C8 and EF. RGB value is (202,200,239). Sum of RGB (Red+Green+Blue) = 202+200+239=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAC8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC8EF is #353710. Grayscale: #CCCCCC. Windows color (decimal): -3487505 or 15714506. OLE color: 15714506.
HSL color Cylindrical-coordinate representation of color #CAC8EF: hue angle of 243.08º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAC8EF is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 200 | 239 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.06 |
| HSL | 243.08º | 0.55% | 0.86% | - |
| HSV(B) | 243.08º | 0.16% | 0.94% | - |
| XYZ | 60.59 | 60.1 | 90.07 | - |
| YUV | 205.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 239 | 0.15 | 0.16 | 0 | 0.06 | 243.08 | 0.55 | 0.86 |
| Hex | CA | C8 | EF | F | 10 | 0 | 6 | F3 | 37 | 56 |
| Octal | 312 | 310 | 357 | 17 | 20 | 0 | 6 | 363 | 67 | 126 |
| Binary | 11001010 | 11001000 | 11101111 | 1111 | 10000 | 0 | 110 | 11110011 | 110111 | 1010110 |
Color Harmonies of #CAC8EF
Complementary color
Monochromatic Colors of #CAC8EF
Black with #CAC8EF
Text Example
Text Example
White with #CAC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8EF; }
p { color: rgb(202,200,239); }
H1.HeaderClassName
{
color: #CAC8EF;
}
.AnyTagClassName
{
color: #CAC8EF;
}
</style>
background-color css
<style>
a { background-color: #CAC8EF; }
a { background-color: rgb(202,200,239); }
div.DivClassName
{
background-color: #CAC8EF;
}
.BgClassName
{
background-color: #CAC8EF;
}
</style>
border-color css
<style>
span { border-color: #CAC8EF; }
span { border-color: rgb(202,200,239); }
td.TdClassName
{
border-color: #CAC8EF;
}
.TagClassName
{
border-color: #CAC8EF;
}
</style>