Shades of Lavender Blue #CACDEF
Tints of Lavender Blue #CACDEF
RGB
CMYK
RGB Variations
Color information
#CACDEF (or 0xCACDEF) is known color: Lavender Blue. HEX triplet: CA, CD and EF. RGB value is (202,205,239). Sum of RGB (Red+Green+Blue) = 202+205+239=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #CACDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDEF is #353210. Grayscale: #CFCFCF. Windows color (decimal): -3486225 or 15715786. OLE color: 15715786.
HSL color Cylindrical-coordinate representation of color #CACDEF: hue angle of 235.14º 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 #CACDEF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 205 | 239 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.06 |
| HSL | 235.14º | 0.54% | 0.86% | - |
| HSV(B) | 235.14º | 0.15% | 0.94% | - |
| XYZ | 61.77 | 62.45 | 90.46 | - |
| YUV | 207.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 205 | 239 | 0.15 | 0.14 | 0 | 0.06 | 235.14 | 0.54 | 0.86 |
| Hex | CA | CD | EF | F | E | 0 | 6 | EB | 36 | 56 |
| Octal | 312 | 315 | 357 | 17 | 16 | 0 | 6 | 353 | 66 | 126 |
| Binary | 11001010 | 11001101 | 11101111 | 1111 | 1110 | 0 | 110 | 11101011 | 110110 | 1010110 |
Color Harmonies of #CACDEF
Complementary color
Monochromatic Colors of #CACDEF
Black with #CACDEF
Text Example
Text Example
White with #CACDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDEF; }
p { color: rgb(202,205,239); }
H1.HeaderClassName
{
color: #CACDEF;
}
.AnyTagClassName
{
color: #CACDEF;
}
</style>
background-color css
<style>
a { background-color: #CACDEF; }
a { background-color: rgb(202,205,239); }
div.DivClassName
{
background-color: #CACDEF;
}
.BgClassName
{
background-color: #CACDEF;
}
</style>
border-color css
<style>
span { border-color: #CACDEF; }
span { border-color: rgb(202,205,239); }
td.TdClassName
{
border-color: #CACDEF;
}
.TagClassName
{
border-color: #CACDEF;
}
</style>