Shades of Blue Chalk #E9CEF9
Tints of Blue Chalk #E9CEF9
RGB
CMYK
RGB Variations
Color information
#E9CEF9 (or 0xE9CEF9) is known color: Blue Chalk. HEX triplet: E9, CE and F9. RGB value is (233,206,249). Sum of RGB (Red+Green+Blue) = 233+206+249=688 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.87% from 688); Green value is 206 (80.86% from 255 or 29.94% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 249 - color contains mainly: blue. Hex color #E9CEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CEF9 is #163106. Grayscale: #DADADA. Windows color (decimal): -1454343 or 16371433. OLE color: 16371433.
HSL color Cylindrical-coordinate representation of color #E9CEF9: hue angle of 277.67º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9CEF9 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 206 | 249 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.02 |
| HSL | 277.67º | 0.78% | 0.89% | - |
| HSV(B) | 277.67º | 0.17% | 0.98% | - |
| XYZ | 72.77 | 68.31 | 98.97 | - |
| YUV | 218.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 249 | 0.06 | 0.17 | 0 | 0.02 | 277.67 | 0.78 | 0.89 |
| Hex | E9 | CE | F9 | 6 | 11 | 0 | 2 | 116 | 4E | 59 |
| Octal | 351 | 316 | 371 | 6 | 21 | 0 | 2 | 426 | 116 | 131 |
| Binary | 11101001 | 11001110 | 11111001 | 110 | 10001 | 0 | 10 | 100010110 | 1001110 | 1011001 |
Color Harmonies of #E9CEF9
Complementary color
Monochromatic Colors of #E9CEF9
Black with #E9CEF9
Text Example
Text Example
White with #E9CEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CEF9; }
p { color: rgb(233,206,249); }
H1.HeaderClassName
{
color: #E9CEF9;
}
.AnyTagClassName
{
color: #E9CEF9;
}
</style>
background-color css
<style>
a { background-color: #E9CEF9; }
a { background-color: rgb(233,206,249); }
div.DivClassName
{
background-color: #E9CEF9;
}
.BgClassName
{
background-color: #E9CEF9;
}
</style>
border-color css
<style>
span { border-color: #E9CEF9; }
span { border-color: rgb(233,206,249); }
td.TdClassName
{
border-color: #E9CEF9;
}
.TagClassName
{
border-color: #E9CEF9;
}
</style>