Shades of Lavender Blue #CAC7EC
Tints of Lavender Blue #CAC7EC
RGB
CMYK
RGB Variations
Color information
#CAC7EC (or 0xCAC7EC) is known color: Lavender Blue. HEX triplet: CA, C7 and EC. RGB value is (202,199,236). Sum of RGB (Red+Green+Blue) = 202+199+236=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAC7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC7EC is #353813. Grayscale: #CBCBCB. Windows color (decimal): -3487764 or 15517642. OLE color: 15517642.
HSL color Cylindrical-coordinate representation of color #CAC7EC: hue angle of 244.86º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAC7EC is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 199 | 236 | - |
CMYK | 0.14 | 0.16 | 0 | 0.07 |
HSL | 244.86º | 0.49% | 0.85% | - |
HSV(B) | 244.86º | 0.16% | 0.93% | - |
XYZ | 59.92 | 59.46 | 87.68 | - |
YUV | 204.12 | 145.99 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 199 | 236 | 0.14 | 0.16 | 0 | 0.07 | 244.86 | 0.49 | 0.85 |
Hex | CA | C7 | EC | E | 10 | 0 | 7 | F5 | 31 | 55 |
Octal | 312 | 307 | 354 | 16 | 20 | 0 | 7 | 365 | 61 | 125 |
Binary | 11001010 | 11000111 | 11101100 | 1110 | 10000 | 0 | 111 | 11110101 | 110001 | 1010101 |
Color Harmonies of #CAC7EC
Complementary color
Monochromatic Colors of #CAC7EC
Black with #CAC7EC
Text Example
Text Example
White with #CAC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC7EC; }
p { color: rgb(202,199,236); }
H1.HeaderClassName
{
color: #CAC7EC;
}
.AnyTagClassName
{
color: #CAC7EC;
}
</style>
background-color css
<style>
a { background-color: #CAC7EC; }
a { background-color: rgb(202,199,236); }
div.DivClassName
{
background-color: #CAC7EC;
}
.BgClassName
{
background-color: #CAC7EC;
}
</style>
border-color css
<style>
span { border-color: #CAC7EC; }
span { border-color: rgb(202,199,236); }
td.TdClassName
{
border-color: #CAC7EC;
}
.TagClassName
{
border-color: #CAC7EC;
}
</style>