Shades of Lavender Blue #CACEF0
Tints of Lavender Blue #CACEF0
RGB
CMYK
RGB Variations
Color information
#CACEF0 (or 0xCACEF0) is known color: Lavender Blue. HEX triplet: CA, CE and F0. RGB value is (202,206,240). Sum of RGB (Red+Green+Blue) = 202+206+240=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #CACEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEF0 is #35310F. Grayscale: #D0D0D0. Windows color (decimal): -3485968 or 15781578. OLE color: 15781578.
HSL color Cylindrical-coordinate representation of color #CACEF0: hue angle of 233.68º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CACEF0 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 202 | 206 | 240 | - |
CMYK | 0.16 | 0.14 | 0 | 0.06 |
HSL | 233.68º | 0.56% | 0.87% | - |
HSV(B) | 233.68º | 0.16% | 0.94% | - |
XYZ | 62.16 | 62.99 | 91.32 | - |
YUV | 208.68 | 145.67 | 123.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 206 | 240 | 0.16 | 0.14 | 0 | 0.06 | 233.68 | 0.56 | 0.87 |
Hex | CA | CE | F0 | 10 | E | 0 | 6 | EA | 38 | 57 |
Octal | 312 | 316 | 360 | 20 | 16 | 0 | 6 | 352 | 70 | 127 |
Binary | 11001010 | 11001110 | 11110000 | 10000 | 1110 | 0 | 110 | 11101010 | 111000 | 1010111 |
Color Harmonies of #CACEF0
Complementary color
Monochromatic Colors of #CACEF0
Black with #CACEF0
Text Example
Text Example
White with #CACEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEF0; }
p { color: rgb(202,206,240); }
H1.HeaderClassName
{
color: #CACEF0;
}
.AnyTagClassName
{
color: #CACEF0;
}
</style>
background-color css
<style>
a { background-color: #CACEF0; }
a { background-color: rgb(202,206,240); }
div.DivClassName
{
background-color: #CACEF0;
}
.BgClassName
{
background-color: #CACEF0;
}
</style>
border-color css
<style>
span { border-color: #CACEF0; }
span { border-color: rgb(202,206,240); }
td.TdClassName
{
border-color: #CACEF0;
}
.TagClassName
{
border-color: #CACEF0;
}
</style>