Shades of Blue Chalk #E2CEEC
Tints of Blue Chalk #E2CEEC
RGB
CMYK
RGB Variations
Color information
#E2CEEC (or 0xE2CEEC) is known color: Blue Chalk. HEX triplet: E2, CE and EC. RGB value is (226,206,236). Sum of RGB (Red+Green+Blue) = 226+206+236=668 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.83% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEEC is #1D3113. Grayscale: #D7D7D7. Windows color (decimal): -1913108 or 15519458. OLE color: 15519458.
HSL color Cylindrical-coordinate representation of color #E2CEEC: hue angle of 280º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2CEEC is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 206 | 236 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.07 |
| HSL | 280º | 0.44% | 0.87% | - |
| HSV(B) | 280º | 0.13% | 0.93% | - |
| XYZ | 68.58 | 66.37 | 88.55 | - |
| YUV | 215.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 236 | 0.04 | 0.13 | 0 | 0.07 | 280 | 0.44 | 0.87 |
| Hex | E2 | CE | EC | 4 | D | 0 | 7 | 118 | 2C | 57 |
| Octal | 342 | 316 | 354 | 4 | 15 | 0 | 7 | 430 | 54 | 127 |
| Binary | 11100010 | 11001110 | 11101100 | 100 | 1101 | 0 | 111 | 100011000 | 101100 | 1010111 |
Color Harmonies of #E2CEEC
Complementary color
Monochromatic Colors of #E2CEEC
Black with #E2CEEC
Text Example
Text Example
White with #E2CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CEEC; }
p { color: rgb(226,206,236); }
H1.HeaderClassName
{
color: #E2CEEC;
}
.AnyTagClassName
{
color: #E2CEEC;
}
</style>
background-color css
<style>
a { background-color: #E2CEEC; }
a { background-color: rgb(226,206,236); }
div.DivClassName
{
background-color: #E2CEEC;
}
.BgClassName
{
background-color: #E2CEEC;
}
</style>
border-color css
<style>
span { border-color: #E2CEEC; }
span { border-color: rgb(226,206,236); }
td.TdClassName
{
border-color: #E2CEEC;
}
.TagClassName
{
border-color: #E2CEEC;
}
</style>