Shades of Blue Chalk #E9DCF0
Tints of Blue Chalk #E9DCF0
RGB
CMYK
RGB Variations
Color information
#E9DCF0 (or 0xE9DCF0) is known color: Blue Chalk. HEX triplet: E9, DC and F0. RGB value is (233,220,240). Sum of RGB (Red+Green+Blue) = 233+220+240=693 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.62% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9DCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCF0 is #16230F. Grayscale: #E2E2E2. Windows color (decimal): -1450768 or 15785193. OLE color: 15785193.
HSL color Cylindrical-coordinate representation of color #E9DCF0: hue angle of 279º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9DCF0 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 220 | 240 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.06 |
| HSL | 279º | 0.4% | 0.9% | - |
| HSV(B) | 279º | 0.08% | 0.94% | - |
| XYZ | 74.93 | 74.8 | 92.93 | - |
| YUV | 226.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 240 | 0.03 | 0.08 | 0 | 0.06 | 279 | 0.4 | 0.9 |
| Hex | E9 | DC | F0 | 3 | 8 | 0 | 6 | 117 | 28 | 5A |
| Octal | 351 | 334 | 360 | 3 | 10 | 0 | 6 | 427 | 50 | 132 |
| Binary | 11101001 | 11011100 | 11110000 | 11 | 1000 | 0 | 110 | 100010111 | 101000 | 1011010 |
Color Harmonies of #E9DCF0
Complementary color
Monochromatic Colors of #E9DCF0
Black with #E9DCF0
Text Example
Text Example
White with #E9DCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCF0; }
p { color: rgb(233,220,240); }
H1.HeaderClassName
{
color: #E9DCF0;
}
.AnyTagClassName
{
color: #E9DCF0;
}
</style>
background-color css
<style>
a { background-color: #E9DCF0; }
a { background-color: rgb(233,220,240); }
div.DivClassName
{
background-color: #E9DCF0;
}
.BgClassName
{
background-color: #E9DCF0;
}
</style>
border-color css
<style>
span { border-color: #E9DCF0; }
span { border-color: rgb(233,220,240); }
td.TdClassName
{
border-color: #E9DCF0;
}
.TagClassName
{
border-color: #E9DCF0;
}
</style>