Shades of Blue Chalk #E9D2FE
Tints of Blue Chalk #E9D2FE
RGB
CMYK
RGB Variations
Color information
#E9D2FE (or 0xE9D2FE) is known color: Blue Chalk. HEX triplet: E9, D2 and FE. RGB value is (233,210,254). Sum of RGB (Red+Green+Blue) = 233+210+254=697 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.43% from 697); Green value is 210 (82.42% from 255 or 30.13% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9D2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D2FE is #162D01. Grayscale: #DDDDDD. Windows color (decimal): -1453314 or 16700137. OLE color: 16700137.
HSL color Cylindrical-coordinate representation of color #E9D2FE: hue angle of 271.36º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9D2FE is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 210 | 254 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.00 |
| HSL | 271.36º | 0.96% | 0.91% | - |
| HSV(B) | 271.36º | 0.17% | 1% | - |
| XYZ | 74.54 | 70.57 | 103.46 | - |
| YUV | 221.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 210 | 254 | 0.08 | 0.17 | 0 | 0.00 | 271.36 | 0.96 | 0.91 |
| Hex | E9 | D2 | FE | 8 | 11 | 0 | 0 | 10F | 60 | 5B |
| Octal | 351 | 322 | 376 | 10 | 21 | 0 | 0 | 417 | 140 | 133 |
| Binary | 11101001 | 11010010 | 11111110 | 1000 | 10001 | 0 | 0 | 100001111 | 1100000 | 1011011 |
Color Harmonies of #E9D2FE
Complementary color
Monochromatic Colors of #E9D2FE
Black with #E9D2FE
Text Example
Text Example
White with #E9D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D2FE; }
p { color: rgb(233,210,254); }
H1.HeaderClassName
{
color: #E9D2FE;
}
.AnyTagClassName
{
color: #E9D2FE;
}
</style>
background-color css
<style>
a { background-color: #E9D2FE; }
a { background-color: rgb(233,210,254); }
div.DivClassName
{
background-color: #E9D2FE;
}
.BgClassName
{
background-color: #E9D2FE;
}
</style>
border-color css
<style>
span { border-color: #E9D2FE; }
span { border-color: rgb(233,210,254); }
td.TdClassName
{
border-color: #E9D2FE;
}
.TagClassName
{
border-color: #E9D2FE;
}
</style>