Shades of Blue Chalk #E0CBEC
Tints of Blue Chalk #E0CBEC
RGB
CMYK
RGB Variations
Color information
#E0CBEC (or 0xE0CBEC) is known color: Blue Chalk. HEX triplet: E0, CB and EC. RGB value is (224,203,236). Sum of RGB (Red+Green+Blue) = 224+203+236=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CBEC is #1F3413. Grayscale: #D4D4D4. Windows color (decimal): -2044948 or 15518688. OLE color: 15518688.
HSL color Cylindrical-coordinate representation of color #E0CBEC: hue angle of 278.18º 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 #E0CBEC is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 203 | 236 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.07 |
| HSL | 278.18º | 0.46% | 0.86% | - |
| HSV(B) | 278.18º | 0.14% | 0.93% | - |
| XYZ | 67.24 | 64.62 | 88.29 | - |
| YUV | 213.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 236 | 0.05 | 0.14 | 0 | 0.07 | 278.18 | 0.46 | 0.86 |
| Hex | E0 | CB | EC | 5 | E | 0 | 7 | 116 | 2E | 56 |
| Octal | 340 | 313 | 354 | 5 | 16 | 0 | 7 | 426 | 56 | 126 |
| Binary | 11100000 | 11001011 | 11101100 | 101 | 1110 | 0 | 111 | 100010110 | 101110 | 1010110 |
Color Harmonies of #E0CBEC
Complementary color
Monochromatic Colors of #E0CBEC
Black with #E0CBEC
Text Example
Text Example
White with #E0CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CBEC; }
p { color: rgb(224,203,236); }
H1.HeaderClassName
{
color: #E0CBEC;
}
.AnyTagClassName
{
color: #E0CBEC;
}
</style>
background-color css
<style>
a { background-color: #E0CBEC; }
a { background-color: rgb(224,203,236); }
div.DivClassName
{
background-color: #E0CBEC;
}
.BgClassName
{
background-color: #E0CBEC;
}
</style>
border-color css
<style>
span { border-color: #E0CBEC; }
span { border-color: rgb(224,203,236); }
td.TdClassName
{
border-color: #E0CBEC;
}
.TagClassName
{
border-color: #E0CBEC;
}
</style>