Shades of Blue Chalk #E0CBEB
Tints of Blue Chalk #E0CBEB
RGB
CMYK
RGB Variations
Color information
#E0CBEB (or 0xE0CBEB) is known color: Blue Chalk. HEX triplet: E0, CB and EB. RGB value is (224,203,235). Sum of RGB (Red+Green+Blue) = 224+203+235=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CBEB is #1F3414. Grayscale: #D4D4D4. Windows color (decimal): -2044949 or 15453152. OLE color: 15453152.
HSL color Cylindrical-coordinate representation of color #E0CBEB: hue angle of 279.38º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0CBEB is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 203 | 235 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.08 |
| HSL | 279.38º | 0.44% | 0.86% | - |
| HSV(B) | 279.38º | 0.14% | 0.92% | - |
| XYZ | 67.09 | 64.56 | 87.52 | - |
| YUV | 212.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 235 | 0.05 | 0.14 | 0 | 0.08 | 279.38 | 0.44 | 0.86 |
| Hex | E0 | CB | EB | 5 | E | 0 | 8 | 117 | 2C | 56 |
| Octal | 340 | 313 | 353 | 5 | 16 | 0 | 10 | 427 | 54 | 126 |
| Binary | 11100000 | 11001011 | 11101011 | 101 | 1110 | 0 | 1000 | 100010111 | 101100 | 1010110 |
Color Harmonies of #E0CBEB
Complementary color
Monochromatic Colors of #E0CBEB
Black with #E0CBEB
Text Example
Text Example
White with #E0CBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CBEB; }
p { color: rgb(224,203,235); }
H1.HeaderClassName
{
color: #E0CBEB;
}
.AnyTagClassName
{
color: #E0CBEB;
}
</style>
background-color css
<style>
a { background-color: #E0CBEB; }
a { background-color: rgb(224,203,235); }
div.DivClassName
{
background-color: #E0CBEB;
}
.BgClassName
{
background-color: #E0CBEB;
}
</style>
border-color css
<style>
span { border-color: #E0CBEB; }
span { border-color: rgb(224,203,235); }
td.TdClassName
{
border-color: #E0CBEB;
}
.TagClassName
{
border-color: #E0CBEB;
}
</style>