Shades of Blue Chalk #E2CEF2
Tints of Blue Chalk #E2CEF2
RGB
CMYK
RGB Variations
Color information
#E2CEF2 (or 0xE2CEF2) is known color: Blue Chalk. HEX triplet: E2, CE and F2. RGB value is (226,206,242). Sum of RGB (Red+Green+Blue) = 226+206+242=674 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.53% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2CEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEF2 is #1D310D. Grayscale: #D7D7D7. Windows color (decimal): -1913102 or 15912674. OLE color: 15912674.
HSL color Cylindrical-coordinate representation of color #E2CEF2: hue angle of 273.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2CEF2 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 206 | 242 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.05 |
| HSL | 273.33º | 0.58% | 0.88% | - |
| HSV(B) | 273.33º | 0.15% | 0.95% | - |
| XYZ | 69.46 | 66.72 | 93.22 | - |
| YUV | 216.08 | 142.63 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 242 | 0.07 | 0.15 | 0 | 0.05 | 273.33 | 0.58 | 0.88 |
| Hex | E2 | CE | F2 | 7 | F | 0 | 5 | 111 | 3A | 58 |
| Octal | 342 | 316 | 362 | 7 | 17 | 0 | 5 | 421 | 72 | 130 |
| Binary | 11100010 | 11001110 | 11110010 | 111 | 1111 | 0 | 101 | 100010001 | 111010 | 1011000 |
Color Harmonies of #E2CEF2
Complementary color
Monochromatic Colors of #E2CEF2
Black with #E2CEF2
Text Example
Text Example
White with #E2CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CEF2; }
p { color: rgb(226,206,242); }
H1.HeaderClassName
{
color: #E2CEF2;
}
.AnyTagClassName
{
color: #E2CEF2;
}
</style>
background-color css
<style>
a { background-color: #E2CEF2; }
a { background-color: rgb(226,206,242); }
div.DivClassName
{
background-color: #E2CEF2;
}
.BgClassName
{
background-color: #E2CEF2;
}
</style>
border-color css
<style>
span { border-color: #E2CEF2; }
span { border-color: rgb(226,206,242); }
td.TdClassName
{
border-color: #E2CEF2;
}
.TagClassName
{
border-color: #E2CEF2;
}
</style>