Shades of Blue Chalk #E9CEF0
Tints of Blue Chalk #E9CEF0
RGB
CMYK
RGB Variations
Color information
#E9CEF0 (or 0xE9CEF0) is known color: Blue Chalk. HEX triplet: E9, CE and F0. RGB value is (233,206,240). Sum of RGB (Red+Green+Blue) = 233+206+240=679 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.32% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9CEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CEF0 is #16310F. Grayscale: #D9D9D9. Windows color (decimal): -1454352 or 15781609. OLE color: 15781609.
HSL color Cylindrical-coordinate representation of color #E9CEF0: hue angle of 287.65º degrees, saturation: 0.53, 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 #E9CEF0 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 206 | 240 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.06 |
| HSL | 287.65º | 0.53% | 0.87% | - |
| HSV(B) | 287.65º | 0.14% | 0.94% | - |
| XYZ | 71.4 | 67.76 | 91.75 | - |
| YUV | 217.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 240 | 0.03 | 0.14 | 0 | 0.06 | 287.65 | 0.53 | 0.87 |
| Hex | E9 | CE | F0 | 3 | E | 0 | 6 | 120 | 35 | 57 |
| Octal | 351 | 316 | 360 | 3 | 16 | 0 | 6 | 440 | 65 | 127 |
| Binary | 11101001 | 11001110 | 11110000 | 11 | 1110 | 0 | 110 | 100100000 | 110101 | 1010111 |
Color Harmonies of #E9CEF0
Complementary color
Monochromatic Colors of #E9CEF0
Black with #E9CEF0
Text Example
Text Example
White with #E9CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CEF0; }
p { color: rgb(233,206,240); }
H1.HeaderClassName
{
color: #E9CEF0;
}
.AnyTagClassName
{
color: #E9CEF0;
}
</style>
background-color css
<style>
a { background-color: #E9CEF0; }
a { background-color: rgb(233,206,240); }
div.DivClassName
{
background-color: #E9CEF0;
}
.BgClassName
{
background-color: #E9CEF0;
}
</style>
border-color css
<style>
span { border-color: #E9CEF0; }
span { border-color: rgb(233,206,240); }
td.TdClassName
{
border-color: #E9CEF0;
}
.TagClassName
{
border-color: #E9CEF0;
}
</style>