Shades of Blue Chalk #E4CBEC
Tints of Blue Chalk #E4CBEC
RGB
CMYK
RGB Variations
Color information
#E4CBEC (or 0xE4CBEC) is known color: Blue Chalk. HEX triplet: E4, CB and EC. RGB value is (228,203,236). Sum of RGB (Red+Green+Blue) = 228+203+236=667 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.18% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CBEC is #1B3413. Grayscale: #D6D6D6. Windows color (decimal): -1782804 or 15518692. OLE color: 15518692.
HSL color Cylindrical-coordinate representation of color #E4CBEC: hue angle of 285.45º 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 #E4CBEC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 203 | 236 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.07 |
| HSL | 285.45º | 0.46% | 0.86% | - |
| HSV(B) | 285.45º | 0.14% | 0.93% | - |
| XYZ | 68.49 | 65.26 | 88.34 | - |
| YUV | 214.24 | 140.28 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 203 | 236 | 0.03 | 0.14 | 0 | 0.07 | 285.45 | 0.46 | 0.86 |
| Hex | E4 | CB | EC | 3 | E | 0 | 7 | 11D | 2E | 56 |
| Octal | 344 | 313 | 354 | 3 | 16 | 0 | 7 | 435 | 56 | 126 |
| Binary | 11100100 | 11001011 | 11101100 | 11 | 1110 | 0 | 111 | 100011101 | 101110 | 1010110 |
Color Harmonies of #E4CBEC
Complementary color
Monochromatic Colors of #E4CBEC
Black with #E4CBEC
Text Example
Text Example
White with #E4CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CBEC; }
p { color: rgb(228,203,236); }
H1.HeaderClassName
{
color: #E4CBEC;
}
.AnyTagClassName
{
color: #E4CBEC;
}
</style>
background-color css
<style>
a { background-color: #E4CBEC; }
a { background-color: rgb(228,203,236); }
div.DivClassName
{
background-color: #E4CBEC;
}
.BgClassName
{
background-color: #E4CBEC;
}
</style>
border-color css
<style>
span { border-color: #E4CBEC; }
span { border-color: rgb(228,203,236); }
td.TdClassName
{
border-color: #E4CBEC;
}
.TagClassName
{
border-color: #E4CBEC;
}
</style>