Shades of Lavender Blue #CBCEED
Tints of Lavender Blue #CBCEED
RGB
CMYK
RGB Variations
Color information
#CBCEED (or 0xCBCEED) is known color: Lavender Blue. HEX triplet: CB, CE and ED. RGB value is (203,206,237). Sum of RGB (Red+Green+Blue) = 203+206+237=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBCEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEED is #343112. Grayscale: #D0D0D0. Windows color (decimal): -3420435 or 15584971. OLE color: 15584971.
HSL color Cylindrical-coordinate representation of color #CBCEED: hue angle of 234.71º degrees, saturation: 0.49, 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 #CBCEED is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 206 | 237 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.07 |
| HSL | 234.71º | 0.49% | 0.86% | - |
| HSV(B) | 234.71º | 0.14% | 0.93% | - |
| XYZ | 61.99 | 62.95 | 89.01 | - |
| YUV | 208.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 237 | 0.14 | 0.13 | 0 | 0.07 | 234.71 | 0.49 | 0.86 |
| Hex | CB | CE | ED | E | D | 0 | 7 | EB | 31 | 56 |
| Octal | 313 | 316 | 355 | 16 | 15 | 0 | 7 | 353 | 61 | 126 |
| Binary | 11001011 | 11001110 | 11101101 | 1110 | 1101 | 0 | 111 | 11101011 | 110001 | 1010110 |
Color Harmonies of #CBCEED
Complementary color
Monochromatic Colors of #CBCEED
Black with #CBCEED
Text Example
Text Example
White with #CBCEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEED; }
p { color: rgb(203,206,237); }
H1.HeaderClassName
{
color: #CBCEED;
}
.AnyTagClassName
{
color: #CBCEED;
}
</style>
background-color css
<style>
a { background-color: #CBCEED; }
a { background-color: rgb(203,206,237); }
div.DivClassName
{
background-color: #CBCEED;
}
.BgClassName
{
background-color: #CBCEED;
}
</style>
border-color css
<style>
span { border-color: #CBCEED; }
span { border-color: rgb(203,206,237); }
td.TdClassName
{
border-color: #CBCEED;
}
.TagClassName
{
border-color: #CBCEED;
}
</style>