Shades of Blue Chalk #E4CBED
Tints of Blue Chalk #E4CBED
RGB
CMYK
RGB Variations
Color information
#E4CBED (or 0xE4CBED) is known color: Blue Chalk. HEX triplet: E4, CB and ED. RGB value is (228,203,237). Sum of RGB (Red+Green+Blue) = 228+203+237=668 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.13% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CBED is #1B3412. Grayscale: #D6D6D6. Windows color (decimal): -1782803 or 15584228. OLE color: 15584228.
HSL color Cylindrical-coordinate representation of color #E4CBED: hue angle of 284.12º 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 #E4CBED is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 203 | 237 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.07 |
| HSL | 284.12º | 0.49% | 0.86% | - |
| HSV(B) | 284.12º | 0.14% | 0.93% | - |
| XYZ | 68.64 | 65.32 | 89.11 | - |
| YUV | 214.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 203 | 237 | 0.04 | 0.14 | 0 | 0.07 | 284.12 | 0.49 | 0.86 |
| Hex | E4 | CB | ED | 4 | E | 0 | 7 | 11C | 31 | 56 |
| Octal | 344 | 313 | 355 | 4 | 16 | 0 | 7 | 434 | 61 | 126 |
| Binary | 11100100 | 11001011 | 11101101 | 100 | 1110 | 0 | 111 | 100011100 | 110001 | 1010110 |
Color Harmonies of #E4CBED
Complementary color
Monochromatic Colors of #E4CBED
Black with #E4CBED
Text Example
Text Example
White with #E4CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CBED; }
p { color: rgb(228,203,237); }
H1.HeaderClassName
{
color: #E4CBED;
}
.AnyTagClassName
{
color: #E4CBED;
}
</style>
background-color css
<style>
a { background-color: #E4CBED; }
a { background-color: rgb(228,203,237); }
div.DivClassName
{
background-color: #E4CBED;
}
.BgClassName
{
background-color: #E4CBED;
}
</style>
border-color css
<style>
span { border-color: #E4CBED; }
span { border-color: rgb(228,203,237); }
td.TdClassName
{
border-color: #E4CBED;
}
.TagClassName
{
border-color: #E4CBED;
}
</style>