Shades of Blue Chalk #E2CEED
Tints of Blue Chalk #E2CEED
RGB
CMYK
RGB Variations
Color information
#E2CEED (or 0xE2CEED) is known color: Blue Chalk. HEX triplet: E2, CE and ED. RGB value is (226,206,237). Sum of RGB (Red+Green+Blue) = 226+206+237=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEED is #1D3112. Grayscale: #D7D7D7. Windows color (decimal): -1913107 or 15584994. OLE color: 15584994.
HSL color Cylindrical-coordinate representation of color #E2CEED: hue angle of 278.71º degrees, saturation: 0.46, 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 #E2CEED is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 206 | 237 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.07 |
| HSL | 278.71º | 0.46% | 0.87% | - |
| HSV(B) | 278.71º | 0.13% | 0.93% | - |
| XYZ | 68.72 | 66.43 | 89.32 | - |
| YUV | 215.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 237 | 0.05 | 0.13 | 0 | 0.07 | 278.71 | 0.46 | 0.87 |
| Hex | E2 | CE | ED | 5 | D | 0 | 7 | 117 | 2E | 57 |
| Octal | 342 | 316 | 355 | 5 | 15 | 0 | 7 | 427 | 56 | 127 |
| Binary | 11100010 | 11001110 | 11101101 | 101 | 1101 | 0 | 111 | 100010111 | 101110 | 1010111 |
Color Harmonies of #E2CEED
Complementary color
Monochromatic Colors of #E2CEED
Black with #E2CEED
Text Example
Text Example
White with #E2CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CEED; }
p { color: rgb(226,206,237); }
H1.HeaderClassName
{
color: #E2CEED;
}
.AnyTagClassName
{
color: #E2CEED;
}
</style>
background-color css
<style>
a { background-color: #E2CEED; }
a { background-color: rgb(226,206,237); }
div.DivClassName
{
background-color: #E2CEED;
}
.BgClassName
{
background-color: #E2CEED;
}
</style>
border-color css
<style>
span { border-color: #E2CEED; }
span { border-color: rgb(226,206,237); }
td.TdClassName
{
border-color: #E2CEED;
}
.TagClassName
{
border-color: #E2CEED;
}
</style>