Shades of Blue Chalk #E2CCED
Tints of Blue Chalk #E2CCED
RGB
CMYK
RGB Variations
Color information
#E2CCED (or 0xE2CCED) is known color: Blue Chalk. HEX triplet: E2, CC and ED. RGB value is (226,204,237). Sum of RGB (Red+Green+Blue) = 226+204+237=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCED is #1D3312. Grayscale: #D6D6D6. Windows color (decimal): -1913619 or 15584482. OLE color: 15584482.
HSL color Cylindrical-coordinate representation of color #E2CCED: hue angle of 280º degrees, saturation: 0.48, 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 #E2CCED is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 204 | 237 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.07 |
| HSL | 280º | 0.48% | 0.86% | - |
| HSV(B) | 280º | 0.14% | 0.93% | - |
| XYZ | 68.24 | 65.47 | 89.16 | - |
| YUV | 214.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 237 | 0.05 | 0.14 | 0 | 0.07 | 280 | 0.48 | 0.86 |
| Hex | E2 | CC | ED | 5 | E | 0 | 7 | 118 | 30 | 56 |
| Octal | 342 | 314 | 355 | 5 | 16 | 0 | 7 | 430 | 60 | 126 |
| Binary | 11100010 | 11001100 | 11101101 | 101 | 1110 | 0 | 111 | 100011000 | 110000 | 1010110 |
Color Harmonies of #E2CCED
Complementary color
Monochromatic Colors of #E2CCED
Black with #E2CCED
Text Example
Text Example
White with #E2CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCED; }
p { color: rgb(226,204,237); }
H1.HeaderClassName
{
color: #E2CCED;
}
.AnyTagClassName
{
color: #E2CCED;
}
</style>
background-color css
<style>
a { background-color: #E2CCED; }
a { background-color: rgb(226,204,237); }
div.DivClassName
{
background-color: #E2CCED;
}
.BgClassName
{
background-color: #E2CCED;
}
</style>
border-color css
<style>
span { border-color: #E2CCED; }
span { border-color: rgb(226,204,237); }
td.TdClassName
{
border-color: #E2CCED;
}
.TagClassName
{
border-color: #E2CCED;
}
</style>