Shades of Blue Chalk #E9CEF2
Tints of Blue Chalk #E9CEF2
RGB
CMYK
RGB Variations
Color information
#E9CEF2 (or 0xE9CEF2) is known color: Blue Chalk. HEX triplet: E9, CE and F2. RGB value is (233,206,242). Sum of RGB (Red+Green+Blue) = 233+206+242=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9CEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CEF2 is #16310D. Grayscale: #DADADA. Windows color (decimal): -1454350 or 15912681. OLE color: 15912681.
HSL color Cylindrical-coordinate representation of color #E9CEF2: hue angle of 285º 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 #E9CEF2 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 206 | 242 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.05 |
| HSL | 285º | 0.58% | 0.88% | - |
| HSV(B) | 285º | 0.15% | 0.95% | - |
| XYZ | 71.7 | 67.88 | 93.33 | - |
| YUV | 218.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 242 | 0.04 | 0.15 | 0 | 0.05 | 285 | 0.58 | 0.88 |
| Hex | E9 | CE | F2 | 4 | F | 0 | 5 | 11D | 3A | 58 |
| Octal | 351 | 316 | 362 | 4 | 17 | 0 | 5 | 435 | 72 | 130 |
| Binary | 11101001 | 11001110 | 11110010 | 100 | 1111 | 0 | 101 | 100011101 | 111010 | 1011000 |
Color Harmonies of #E9CEF2
Complementary color
Monochromatic Colors of #E9CEF2
Black with #E9CEF2
Text Example
Text Example
White with #E9CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CEF2; }
p { color: rgb(233,206,242); }
H1.HeaderClassName
{
color: #E9CEF2;
}
.AnyTagClassName
{
color: #E9CEF2;
}
</style>
background-color css
<style>
a { background-color: #E9CEF2; }
a { background-color: rgb(233,206,242); }
div.DivClassName
{
background-color: #E9CEF2;
}
.BgClassName
{
background-color: #E9CEF2;
}
</style>
border-color css
<style>
span { border-color: #E9CEF2; }
span { border-color: rgb(233,206,242); }
td.TdClassName
{
border-color: #E9CEF2;
}
.TagClassName
{
border-color: #E9CEF2;
}
</style>