Shades of Lavender Blue #CACAEF
Tints of Lavender Blue #CACAEF
RGB
CMYK
RGB Variations
Color information
#CACAEF (or 0xCACAEF) is known color: Lavender Blue. HEX triplet: CA, CA and EF. RGB value is (202,202,239). Sum of RGB (Red+Green+Blue) = 202+202+239=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #CACAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAEF is #353510. Grayscale: #CECECE. Windows color (decimal): -3486993 or 15715018. OLE color: 15715018.
HSL color Cylindrical-coordinate representation of color #CACAEF: hue angle of 240º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CACAEF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 202 | 239 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.06 |
| HSL | 240º | 0.54% | 0.86% | - |
| HSV(B) | 240º | 0.15% | 0.94% | - |
| XYZ | 61.06 | 61.03 | 90.22 | - |
| YUV | 206.22 | 146.5 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 239 | 0.15 | 0.15 | 0 | 0.06 | 240 | 0.54 | 0.86 |
| Hex | CA | CA | EF | F | F | 0 | 6 | F0 | 36 | 56 |
| Octal | 312 | 312 | 357 | 17 | 17 | 0 | 6 | 360 | 66 | 126 |
| Binary | 11001010 | 11001010 | 11101111 | 1111 | 1111 | 0 | 110 | 11110000 | 110110 | 1010110 |
Color Harmonies of #CACAEF
Complementary color
Monochromatic Colors of #CACAEF
Black with #CACAEF
Text Example
Text Example
White with #CACAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAEF; }
p { color: rgb(202,202,239); }
H1.HeaderClassName
{
color: #CACAEF;
}
.AnyTagClassName
{
color: #CACAEF;
}
</style>
background-color css
<style>
a { background-color: #CACAEF; }
a { background-color: rgb(202,202,239); }
div.DivClassName
{
background-color: #CACAEF;
}
.BgClassName
{
background-color: #CACAEF;
}
</style>
border-color css
<style>
span { border-color: #CACAEF; }
span { border-color: rgb(202,202,239); }
td.TdClassName
{
border-color: #CACAEF;
}
.TagClassName
{
border-color: #CACAEF;
}
</style>