Shades of Lavender Blue #CACEF4
Tints of Lavender Blue #CACEF4
RGB
CMYK
RGB Variations
Color information
#CACEF4 (or 0xCACEF4) is known color: Lavender Blue. HEX triplet: CA, CE and F4. RGB value is (202,206,244). Sum of RGB (Red+Green+Blue) = 202+206+244=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #CACEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEF4 is #35310B. Grayscale: #D0D0D0. Windows color (decimal): -3485964 or 16043722. OLE color: 16043722.
HSL color Cylindrical-coordinate representation of color #CACEF4: hue angle of 234.29º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CACEF4 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 202 | 206 | 244 | - |
CMYK | 0.17 | 0.16 | 0 | 0.04 |
HSL | 234.29º | 0.66% | 0.87% | - |
HSV(B) | 234.29º | 0.17% | 0.96% | - |
XYZ | 62.76 | 63.23 | 94.49 | - |
YUV | 209.14 | 147.67 | 122.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 206 | 244 | 0.17 | 0.16 | 0 | 0.04 | 234.29 | 0.66 | 0.87 |
Hex | CA | CE | F4 | 11 | 10 | 0 | 4 | EA | 42 | 57 |
Octal | 312 | 316 | 364 | 21 | 20 | 0 | 4 | 352 | 102 | 127 |
Binary | 11001010 | 11001110 | 11110100 | 10001 | 10000 | 0 | 100 | 11101010 | 1000010 | 1010111 |
Color Harmonies of #CACEF4
Complementary color
Monochromatic Colors of #CACEF4
Black with #CACEF4
Text Example
Text Example
White with #CACEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEF4; }
p { color: rgb(202,206,244); }
H1.HeaderClassName
{
color: #CACEF4;
}
.AnyTagClassName
{
color: #CACEF4;
}
</style>
background-color css
<style>
a { background-color: #CACEF4; }
a { background-color: rgb(202,206,244); }
div.DivClassName
{
background-color: #CACEF4;
}
.BgClassName
{
background-color: #CACEF4;
}
</style>
border-color css
<style>
span { border-color: #CACEF4; }
span { border-color: rgb(202,206,244); }
td.TdClassName
{
border-color: #CACEF4;
}
.TagClassName
{
border-color: #CACEF4;
}
</style>