Shades of Blue Chalk #E9D0F2
Tints of Blue Chalk #E9D0F2
RGB
CMYK
RGB Variations
Color information
#E9D0F2 (or 0xE9D0F2) is known color: Blue Chalk. HEX triplet: E9, D0 and F2. RGB value is (233,208,242). Sum of RGB (Red+Green+Blue) = 233+208+242=683 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.11% from 683); Green value is 208 (81.64% from 255 or 30.45% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9D0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D0F2 is #162F0D. Grayscale: #DBDBDB. Windows color (decimal): -1453838 or 15913193. OLE color: 15913193.
HSL color Cylindrical-coordinate representation of color #E9D0F2: hue angle of 284.12º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9D0F2 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 208 | 242 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.05 |
| HSL | 284.12º | 0.57% | 0.88% | - |
| HSV(B) | 284.12º | 0.14% | 0.95% | - |
| XYZ | 72.19 | 68.85 | 93.49 | - |
| YUV | 219.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 208 | 242 | 0.04 | 0.14 | 0 | 0.05 | 284.12 | 0.57 | 0.88 |
| Hex | E9 | D0 | F2 | 4 | E | 0 | 5 | 11C | 39 | 58 |
| Octal | 351 | 320 | 362 | 4 | 16 | 0 | 5 | 434 | 71 | 130 |
| Binary | 11101001 | 11010000 | 11110010 | 100 | 1110 | 0 | 101 | 100011100 | 111001 | 1011000 |
Color Harmonies of #E9D0F2
Complementary color
Monochromatic Colors of #E9D0F2
Black with #E9D0F2
Text Example
Text Example
White with #E9D0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D0F2; }
p { color: rgb(233,208,242); }
H1.HeaderClassName
{
color: #E9D0F2;
}
.AnyTagClassName
{
color: #E9D0F2;
}
</style>
background-color css
<style>
a { background-color: #E9D0F2; }
a { background-color: rgb(233,208,242); }
div.DivClassName
{
background-color: #E9D0F2;
}
.BgClassName
{
background-color: #E9D0F2;
}
</style>
border-color css
<style>
span { border-color: #E9D0F2; }
span { border-color: rgb(233,208,242); }
td.TdClassName
{
border-color: #E9D0F2;
}
.TagClassName
{
border-color: #E9D0F2;
}
</style>