Shades of Blue Chalk #E2CFEE
Tints of Blue Chalk #E2CFEE
RGB
CMYK
RGB Variations
Color information
#E2CFEE (or 0xE2CFEE) is known color: Blue Chalk. HEX triplet: E2, CF and EE. RGB value is (226,207,238). Sum of RGB (Red+Green+Blue) = 226+207+238=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2CFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CFEE is #1D3011. Grayscale: #D8D8D8. Windows color (decimal): -1912850 or 15650786. OLE color: 15650786.
HSL color Cylindrical-coordinate representation of color #E2CFEE: hue angle of 276.77º 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 #E2CFEE is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 207 | 238 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.07 |
| HSL | 276.77º | 0.48% | 0.87% | - |
| HSV(B) | 276.77º | 0.13% | 0.93% | - |
| XYZ | 69.11 | 66.97 | 90.17 | - |
| YUV | 216.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 238 | 0.05 | 0.13 | 0 | 0.07 | 276.77 | 0.48 | 0.87 |
| Hex | E2 | CF | EE | 5 | D | 0 | 7 | 115 | 30 | 57 |
| Octal | 342 | 317 | 356 | 5 | 15 | 0 | 7 | 425 | 60 | 127 |
| Binary | 11100010 | 11001111 | 11101110 | 101 | 1101 | 0 | 111 | 100010101 | 110000 | 1010111 |
Color Harmonies of #E2CFEE
Complementary color
Monochromatic Colors of #E2CFEE
Black with #E2CFEE
Text Example
Text Example
White with #E2CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CFEE; }
p { color: rgb(226,207,238); }
H1.HeaderClassName
{
color: #E2CFEE;
}
.AnyTagClassName
{
color: #E2CFEE;
}
</style>
background-color css
<style>
a { background-color: #E2CFEE; }
a { background-color: rgb(226,207,238); }
div.DivClassName
{
background-color: #E2CFEE;
}
.BgClassName
{
background-color: #E2CFEE;
}
</style>
border-color css
<style>
span { border-color: #E2CFEE; }
span { border-color: rgb(226,207,238); }
td.TdClassName
{
border-color: #E2CFEE;
}
.TagClassName
{
border-color: #E2CFEE;
}
</style>