Shades of Blue Chalk #E9D2F1
Tints of Blue Chalk #E9D2F1
RGB
CMYK
RGB Variations
Color information
#E9D2F1 (or 0xE9D2F1) is known color: Blue Chalk. HEX triplet: E9, D2 and F1. RGB value is (233,210,241). Sum of RGB (Red+Green+Blue) = 233+210+241=684 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.06% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9D2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D2F1 is #162D0E. Grayscale: #DCDCDC. Windows color (decimal): -1453327 or 15848169. OLE color: 15848169.
HSL color Cylindrical-coordinate representation of color #E9D2F1: hue angle of 284.52º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9D2F1 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 210 | 241 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.05 |
| HSL | 284.52º | 0.53% | 0.88% | - |
| HSV(B) | 284.52º | 0.13% | 0.95% | - |
| XYZ | 72.53 | 69.77 | 92.86 | - |
| YUV | 220.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 210 | 241 | 0.03 | 0.13 | 0 | 0.05 | 284.52 | 0.53 | 0.88 |
| Hex | E9 | D2 | F1 | 3 | D | 0 | 5 | 11D | 35 | 58 |
| Octal | 351 | 322 | 361 | 3 | 15 | 0 | 5 | 435 | 65 | 130 |
| Binary | 11101001 | 11010010 | 11110001 | 11 | 1101 | 0 | 101 | 100011101 | 110101 | 1011000 |
Color Harmonies of #E9D2F1
Complementary color
Monochromatic Colors of #E9D2F1
Black with #E9D2F1
Text Example
Text Example
White with #E9D2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D2F1; }
p { color: rgb(233,210,241); }
H1.HeaderClassName
{
color: #E9D2F1;
}
.AnyTagClassName
{
color: #E9D2F1;
}
</style>
background-color css
<style>
a { background-color: #E9D2F1; }
a { background-color: rgb(233,210,241); }
div.DivClassName
{
background-color: #E9D2F1;
}
.BgClassName
{
background-color: #E9D2F1;
}
</style>
border-color css
<style>
span { border-color: #E9D2F1; }
span { border-color: rgb(233,210,241); }
td.TdClassName
{
border-color: #E9D2F1;
}
.TagClassName
{
border-color: #E9D2F1;
}
</style>