Shades of Blue Chalk #E2CEEE
Tints of Blue Chalk #E2CEEE
RGB
CMYK
RGB Variations
Color information
#E2CEEE (or 0xE2CEEE) is known color: Blue Chalk. HEX triplet: E2, CE and EE. RGB value is (226,206,238). Sum of RGB (Red+Green+Blue) = 226+206+238=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2CEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEEE is #1D3111. Grayscale: #D7D7D7. Windows color (decimal): -1913106 or 15650530. OLE color: 15650530.
HSL color Cylindrical-coordinate representation of color #E2CEEE: hue angle of 277.5º degrees, saturation: 0.48, 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 #E2CEEE is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 206 | 238 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.07 |
| HSL | 277.5º | 0.48% | 0.87% | - |
| HSV(B) | 277.5º | 0.13% | 0.93% | - |
| XYZ | 68.87 | 66.48 | 90.09 | - |
| YUV | 215.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 238 | 0.05 | 0.13 | 0 | 0.07 | 277.5 | 0.48 | 0.87 |
| Hex | E2 | CE | EE | 5 | D | 0 | 7 | 116 | 30 | 57 |
| Octal | 342 | 316 | 356 | 5 | 15 | 0 | 7 | 426 | 60 | 127 |
| Binary | 11100010 | 11001110 | 11101110 | 101 | 1101 | 0 | 111 | 100010110 | 110000 | 1010111 |
Color Harmonies of #E2CEEE
Complementary color
Monochromatic Colors of #E2CEEE
Black with #E2CEEE
Text Example
Text Example
White with #E2CEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CEEE; }
p { color: rgb(226,206,238); }
H1.HeaderClassName
{
color: #E2CEEE;
}
.AnyTagClassName
{
color: #E2CEEE;
}
</style>
background-color css
<style>
a { background-color: #E2CEEE; }
a { background-color: rgb(226,206,238); }
div.DivClassName
{
background-color: #E2CEEE;
}
.BgClassName
{
background-color: #E2CEEE;
}
</style>
border-color css
<style>
span { border-color: #E2CEEE; }
span { border-color: rgb(226,206,238); }
td.TdClassName
{
border-color: #E2CEEE;
}
.TagClassName
{
border-color: #E2CEEE;
}
</style>