Shades of Blue Chalk #E2CEE8
Tints of Blue Chalk #E2CEE8
RGB
CMYK
RGB Variations
Color information
#E2CEE8 (or 0xE2CEE8) is known color: Blue Chalk. HEX triplet: E2, CE and E8. RGB value is (226,206,232). Sum of RGB (Red+Green+Blue) = 226+206+232=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 232 - color contains mainly: blue. Hex color #E2CEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEE8 is #1D3117. Grayscale: #D6D6D6. Windows color (decimal): -1913112 or 15257314. OLE color: 15257314.
HSL color Cylindrical-coordinate representation of color #E2CEE8: hue angle of 286.15º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2CEE8 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 206 | 232 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.09 |
| HSL | 286.15º | 0.36% | 0.86% | - |
| HSV(B) | 286.15º | 0.11% | 0.91% | - |
| XYZ | 68 | 66.14 | 85.53 | - |
| YUV | 214.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 232 | 0.03 | 0.11 | 0 | 0.09 | 286.15 | 0.36 | 0.86 |
| Hex | E2 | CE | E8 | 3 | B | 0 | 9 | 11E | 24 | 56 |
| Octal | 342 | 316 | 350 | 3 | 13 | 0 | 11 | 436 | 44 | 126 |
| Binary | 11100010 | 11001110 | 11101000 | 11 | 1011 | 0 | 1001 | 100011110 | 100100 | 1010110 |
Color Harmonies of #E2CEE8
Complementary color
Monochromatic Colors of #E2CEE8
Black with #E2CEE8
Text Example
Text Example
White with #E2CEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CEE8; }
p { color: rgb(226,206,232); }
H1.HeaderClassName
{
color: #E2CEE8;
}
.AnyTagClassName
{
color: #E2CEE8;
}
</style>
background-color css
<style>
a { background-color: #E2CEE8; }
a { background-color: rgb(226,206,232); }
div.DivClassName
{
background-color: #E2CEE8;
}
.BgClassName
{
background-color: #E2CEE8;
}
</style>
border-color css
<style>
span { border-color: #E2CEE8; }
span { border-color: rgb(226,206,232); }
td.TdClassName
{
border-color: #E2CEE8;
}
.TagClassName
{
border-color: #E2CEE8;
}
</style>