Shades of Lavender Blue #CACBEF
Tints of Lavender Blue #CACBEF
RGB
CMYK
RGB Variations
Color information
#CACBEF (or 0xCACBEF) is known color: Lavender Blue. HEX triplet: CA, CB and EF. RGB value is (202,203,239). Sum of RGB (Red+Green+Blue) = 202+203+239=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #CACBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBEF is #353410. Grayscale: #CECECE. Windows color (decimal): -3486737 or 15715274. OLE color: 15715274.
HSL color Cylindrical-coordinate representation of color #CACBEF: hue angle of 238.38º 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 #CACBEF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 203 | 239 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.06 |
| HSL | 238.38º | 0.54% | 0.86% | - |
| HSV(B) | 238.38º | 0.15% | 0.94% | - |
| XYZ | 61.29 | 61.5 | 90.3 | - |
| YUV | 206.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 239 | 0.15 | 0.15 | 0 | 0.06 | 238.38 | 0.54 | 0.86 |
| Hex | CA | CB | EF | F | F | 0 | 6 | EE | 36 | 56 |
| Octal | 312 | 313 | 357 | 17 | 17 | 0 | 6 | 356 | 66 | 126 |
| Binary | 11001010 | 11001011 | 11101111 | 1111 | 1111 | 0 | 110 | 11101110 | 110110 | 1010110 |
Color Harmonies of #CACBEF
Complementary color
Monochromatic Colors of #CACBEF
Black with #CACBEF
Text Example
Text Example
White with #CACBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBEF; }
p { color: rgb(202,203,239); }
H1.HeaderClassName
{
color: #CACBEF;
}
.AnyTagClassName
{
color: #CACBEF;
}
</style>
background-color css
<style>
a { background-color: #CACBEF; }
a { background-color: rgb(202,203,239); }
div.DivClassName
{
background-color: #CACBEF;
}
.BgClassName
{
background-color: #CACBEF;
}
</style>
border-color css
<style>
span { border-color: #CACBEF; }
span { border-color: rgb(202,203,239); }
td.TdClassName
{
border-color: #CACBEF;
}
.TagClassName
{
border-color: #CACBEF;
}
</style>