Shades of Blue Chalk #E2CBED
Tints of Blue Chalk #E2CBED
RGB
CMYK
RGB Variations
Color information
#E2CBED (or 0xE2CBED) is known color: Blue Chalk. HEX triplet: E2, CB and ED. RGB value is (226,203,237). Sum of RGB (Red+Green+Blue) = 226+203+237=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CBED is #1D3412. Grayscale: #D5D5D5. Windows color (decimal): -1913875 or 15584226. OLE color: 15584226.
HSL color Cylindrical-coordinate representation of color #E2CBED: hue angle of 280.59º 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 #E2CBED is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 203 | 237 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.07 |
| HSL | 280.59º | 0.49% | 0.86% | - |
| HSV(B) | 280.59º | 0.14% | 0.93% | - |
| XYZ | 68.01 | 65 | 89.08 | - |
| YUV | 213.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 237 | 0.05 | 0.14 | 0 | 0.07 | 280.59 | 0.49 | 0.86 |
| Hex | E2 | CB | ED | 5 | E | 0 | 7 | 119 | 31 | 56 |
| Octal | 342 | 313 | 355 | 5 | 16 | 0 | 7 | 431 | 61 | 126 |
| Binary | 11100010 | 11001011 | 11101101 | 101 | 1110 | 0 | 111 | 100011001 | 110001 | 1010110 |
Color Harmonies of #E2CBED
Complementary color
Monochromatic Colors of #E2CBED
Black with #E2CBED
Text Example
Text Example
White with #E2CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBED; }
p { color: rgb(226,203,237); }
H1.HeaderClassName
{
color: #E2CBED;
}
.AnyTagClassName
{
color: #E2CBED;
}
</style>
background-color css
<style>
a { background-color: #E2CBED; }
a { background-color: rgb(226,203,237); }
div.DivClassName
{
background-color: #E2CBED;
}
.BgClassName
{
background-color: #E2CBED;
}
</style>
border-color css
<style>
span { border-color: #E2CBED; }
span { border-color: rgb(226,203,237); }
td.TdClassName
{
border-color: #E2CBED;
}
.TagClassName
{
border-color: #E2CBED;
}
</style>