Shades of Lavender Blue #CBCBED
Tints of Lavender Blue #CBCBED
RGB
CMYK
RGB Variations
Color information
#CBCBED (or 0xCBCBED) is known color: Lavender Blue. HEX triplet: CB, CB and ED. RGB value is (203,203,237). Sum of RGB (Red+Green+Blue) = 203+203+237=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBCBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCBED is #343412. Grayscale: #CECECE. Windows color (decimal): -3421203 or 15584203. OLE color: 15584203.
HSL color Cylindrical-coordinate representation of color #CBCBED: hue angle of 240º 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 #CBCBED is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 203 | 237 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.07 |
| HSL | 240º | 0.49% | 0.86% | - |
| HSV(B) | 240º | 0.14% | 0.93% | - |
| XYZ | 61.27 | 61.52 | 88.77 | - |
| YUV | 206.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 237 | 0.14 | 0.14 | 0 | 0.07 | 240 | 0.49 | 0.86 |
| Hex | CB | CB | ED | E | E | 0 | 7 | F0 | 31 | 56 |
| Octal | 313 | 313 | 355 | 16 | 16 | 0 | 7 | 360 | 61 | 126 |
| Binary | 11001011 | 11001011 | 11101101 | 1110 | 1110 | 0 | 111 | 11110000 | 110001 | 1010110 |
Color Harmonies of #CBCBED
Complementary color
Monochromatic Colors of #CBCBED
Black with #CBCBED
Text Example
Text Example
White with #CBCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBED; }
p { color: rgb(203,203,237); }
H1.HeaderClassName
{
color: #CBCBED;
}
.AnyTagClassName
{
color: #CBCBED;
}
</style>
background-color css
<style>
a { background-color: #CBCBED; }
a { background-color: rgb(203,203,237); }
div.DivClassName
{
background-color: #CBCBED;
}
.BgClassName
{
background-color: #CBCBED;
}
</style>
border-color css
<style>
span { border-color: #CBCBED; }
span { border-color: rgb(203,203,237); }
td.TdClassName
{
border-color: #CBCBED;
}
.TagClassName
{
border-color: #CBCBED;
}
</style>