Shades of Blue Chalk #E2CEEF
Tints of Blue Chalk #E2CEEF
RGB
CMYK
RGB Variations
Color information
#E2CEEF (or 0xE2CEEF) is known color: Blue Chalk. HEX triplet: E2, CE and EF. RGB value is (226,206,239). Sum of RGB (Red+Green+Blue) = 226+206+239=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEEF is #1D3110. Grayscale: #D7D7D7. Windows color (decimal): -1913105 or 15716066. OLE color: 15716066.
HSL color Cylindrical-coordinate representation of color #E2CEEF: hue angle of 276.36º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2CEEF is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 206 | 239 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.06 |
| HSL | 276.36º | 0.51% | 0.87% | - |
| HSV(B) | 276.36º | 0.14% | 0.94% | - |
| XYZ | 69.02 | 66.54 | 90.87 | - |
| YUV | 215.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 239 | 0.05 | 0.14 | 0 | 0.06 | 276.36 | 0.51 | 0.87 |
| Hex | E2 | CE | EF | 5 | E | 0 | 6 | 114 | 33 | 57 |
| Octal | 342 | 316 | 357 | 5 | 16 | 0 | 6 | 424 | 63 | 127 |
| Binary | 11100010 | 11001110 | 11101111 | 101 | 1110 | 0 | 110 | 100010100 | 110011 | 1010111 |
Color Harmonies of #E2CEEF
Complementary color
Monochromatic Colors of #E2CEEF
Black with #E2CEEF
Text Example
Text Example
White with #E2CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CEEF; }
p { color: rgb(226,206,239); }
H1.HeaderClassName
{
color: #E2CEEF;
}
.AnyTagClassName
{
color: #E2CEEF;
}
</style>
background-color css
<style>
a { background-color: #E2CEEF; }
a { background-color: rgb(226,206,239); }
div.DivClassName
{
background-color: #E2CEEF;
}
.BgClassName
{
background-color: #E2CEEF;
}
</style>
border-color css
<style>
span { border-color: #E2CEEF; }
span { border-color: rgb(226,206,239); }
td.TdClassName
{
border-color: #E2CEEF;
}
.TagClassName
{
border-color: #E2CEEF;
}
</style>