Shades of Lavender Blue #CACBEC
Tints of Lavender Blue #CACBEC
RGB
CMYK
RGB Variations
Color information
#CACBEC (or 0xCACBEC) is known color: Lavender Blue. HEX triplet: CA, CB and EC. RGB value is (202,203,236). Sum of RGB (Red+Green+Blue) = 202+203+236=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #CACBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBEC is #353413. Grayscale: #CECECE. Windows color (decimal): -3486740 or 15518666. OLE color: 15518666.
HSL color Cylindrical-coordinate representation of color #CACBEC: hue angle of 238.24º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACBEC is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 203 | 236 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.07 |
| HSL | 238.24º | 0.47% | 0.86% | - |
| HSV(B) | 238.24º | 0.14% | 0.93% | - |
| XYZ | 60.85 | 61.32 | 87.99 | - |
| YUV | 206.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 236 | 0.14 | 0.14 | 0 | 0.07 | 238.24 | 0.47 | 0.86 |
| Hex | CA | CB | EC | E | E | 0 | 7 | EE | 2F | 56 |
| Octal | 312 | 313 | 354 | 16 | 16 | 0 | 7 | 356 | 57 | 126 |
| Binary | 11001010 | 11001011 | 11101100 | 1110 | 1110 | 0 | 111 | 11101110 | 101111 | 1010110 |
Color Harmonies of #CACBEC
Complementary color
Monochromatic Colors of #CACBEC
Black with #CACBEC
Text Example
Text Example
White with #CACBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBEC; }
p { color: rgb(202,203,236); }
H1.HeaderClassName
{
color: #CACBEC;
}
.AnyTagClassName
{
color: #CACBEC;
}
</style>
background-color css
<style>
a { background-color: #CACBEC; }
a { background-color: rgb(202,203,236); }
div.DivClassName
{
background-color: #CACBEC;
}
.BgClassName
{
background-color: #CACBEC;
}
</style>
border-color css
<style>
span { border-color: #CACBEC; }
span { border-color: rgb(202,203,236); }
td.TdClassName
{
border-color: #CACBEC;
}
.TagClassName
{
border-color: #CACBEC;
}
</style>