Shades of Lavender Blue #CACEF6
Tints of Lavender Blue #CACEF6
RGB
CMYK
RGB Variations
Color information
#CACEF6 (or 0xCACEF6) is known color: Lavender Blue. HEX triplet: CA, CE and F6. RGB value is (202,206,246). Sum of RGB (Red+Green+Blue) = 202+206+246=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #CACEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEF6 is #353109. Grayscale: #D1D1D1. Windows color (decimal): -3485962 or 16174794. OLE color: 16174794.
HSL color Cylindrical-coordinate representation of color #CACEF6: hue angle of 234.55º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CACEF6 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 206 | 246 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.04 |
| HSL | 234.55º | 0.71% | 0.88% | - |
| HSV(B) | 234.55º | 0.18% | 0.96% | - |
| XYZ | 63.06 | 63.35 | 96.09 | - |
| YUV | 209.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 246 | 0.18 | 0.16 | 0 | 0.04 | 234.55 | 0.71 | 0.88 |
| Hex | CA | CE | F6 | 12 | 10 | 0 | 4 | EB | 47 | 58 |
| Octal | 312 | 316 | 366 | 22 | 20 | 0 | 4 | 353 | 107 | 130 |
| Binary | 11001010 | 11001110 | 11110110 | 10010 | 10000 | 0 | 100 | 11101011 | 1000111 | 1011000 |
Color Harmonies of #CACEF6
Complementary color
Monochromatic Colors of #CACEF6
Black with #CACEF6
Text Example
Text Example
White with #CACEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEF6; }
p { color: rgb(202,206,246); }
H1.HeaderClassName
{
color: #CACEF6;
}
.AnyTagClassName
{
color: #CACEF6;
}
</style>
background-color css
<style>
a { background-color: #CACEF6; }
a { background-color: rgb(202,206,246); }
div.DivClassName
{
background-color: #CACEF6;
}
.BgClassName
{
background-color: #CACEF6;
}
</style>
border-color css
<style>
span { border-color: #CACEF6; }
span { border-color: rgb(202,206,246); }
td.TdClassName
{
border-color: #CACEF6;
}
.TagClassName
{
border-color: #CACEF6;
}
</style>