Shades of Lavender Blue #CACAEC
Tints of Lavender Blue #CACAEC
RGB
CMYK
RGB Variations
Color information
#CACAEC (or 0xCACAEC) is known color: Lavender Blue. HEX triplet: CA, CA and EC. RGB value is (202,202,236). Sum of RGB (Red+Green+Blue) = 202+202+236=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #CACAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAEC is #353513. Grayscale: #CDCDCD. Windows color (decimal): -3486996 or 15518410. OLE color: 15518410.
HSL color Cylindrical-coordinate representation of color #CACAEC: hue angle of 240º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACAEC is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 202 | 236 | - |
CMYK | 0.14 | 0.14 | 0 | 0.07 |
HSL | 240º | 0.47% | 0.86% | - |
HSV(B) | 240º | 0.14% | 0.93% | - |
XYZ | 60.62 | 60.85 | 87.91 | - |
YUV | 205.88 | 145 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 236 | 0.14 | 0.14 | 0 | 0.07 | 240 | 0.47 | 0.86 |
Hex | CA | CA | EC | E | E | 0 | 7 | F0 | 2F | 56 |
Octal | 312 | 312 | 354 | 16 | 16 | 0 | 7 | 360 | 57 | 126 |
Binary | 11001010 | 11001010 | 11101100 | 1110 | 1110 | 0 | 111 | 11110000 | 101111 | 1010110 |
Color Harmonies of #CACAEC
Complementary color
Monochromatic Colors of #CACAEC
Black with #CACAEC
Text Example
Text Example
White with #CACAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAEC; }
p { color: rgb(202,202,236); }
H1.HeaderClassName
{
color: #CACAEC;
}
.AnyTagClassName
{
color: #CACAEC;
}
</style>
background-color css
<style>
a { background-color: #CACAEC; }
a { background-color: rgb(202,202,236); }
div.DivClassName
{
background-color: #CACAEC;
}
.BgClassName
{
background-color: #CACAEC;
}
</style>
border-color css
<style>
span { border-color: #CACAEC; }
span { border-color: rgb(202,202,236); }
td.TdClassName
{
border-color: #CACAEC;
}
.TagClassName
{
border-color: #CACAEC;
}
</style>