Shades of Lavender Blue #CBCBEC
Tints of Lavender Blue #CBCBEC
RGB
CMYK
RGB Variations
Color information
#CBCBEC (or 0xCBCBEC) is known color: Lavender Blue. HEX triplet: CB, CB and EC. RGB value is (203,203,236). Sum of RGB (Red+Green+Blue) = 203+203+236=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBCBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCBEC is #343413. Grayscale: #CECECE. Windows color (decimal): -3421204 or 15518667. OLE color: 15518667.
HSL color Cylindrical-coordinate representation of color #CBCBEC: hue angle of 240º degrees, saturation: 0.46, 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 #CBCBEC is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 203 | 236 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.07 |
| HSL | 240º | 0.46% | 0.86% | - |
| HSV(B) | 240º | 0.14% | 0.93% | - |
| XYZ | 61.12 | 61.46 | 88 | - |
| YUV | 206.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 236 | 0.14 | 0.14 | 0 | 0.07 | 240 | 0.46 | 0.86 |
| Hex | CB | CB | EC | E | E | 0 | 7 | F0 | 2E | 56 |
| Octal | 313 | 313 | 354 | 16 | 16 | 0 | 7 | 360 | 56 | 126 |
| Binary | 11001011 | 11001011 | 11101100 | 1110 | 1110 | 0 | 111 | 11110000 | 101110 | 1010110 |
Color Harmonies of #CBCBEC
Complementary color
Monochromatic Colors of #CBCBEC
Black with #CBCBEC
Text Example
Text Example
White with #CBCBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBEC; }
p { color: rgb(203,203,236); }
H1.HeaderClassName
{
color: #CBCBEC;
}
.AnyTagClassName
{
color: #CBCBEC;
}
</style>
background-color css
<style>
a { background-color: #CBCBEC; }
a { background-color: rgb(203,203,236); }
div.DivClassName
{
background-color: #CBCBEC;
}
.BgClassName
{
background-color: #CBCBEC;
}
</style>
border-color css
<style>
span { border-color: #CBCBEC; }
span { border-color: rgb(203,203,236); }
td.TdClassName
{
border-color: #CBCBEC;
}
.TagClassName
{
border-color: #CBCBEC;
}
</style>