Shades of Blue Chalk #E9D6FE
Tints of Blue Chalk #E9D6FE
RGB
CMYK
RGB Variations
Color information
#E9D6FE (or 0xE9D6FE) is known color: Blue Chalk. HEX triplet: E9, D6 and FE. RGB value is (233,214,254). Sum of RGB (Red+Green+Blue) = 233+214+254=701 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.24% from 701); Green value is 214 (83.98% from 255 or 30.53% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9D6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D6FE is #162901. Grayscale: #E0E0E0. Windows color (decimal): -1452290 or 16701161. OLE color: 16701161.
HSL color Cylindrical-coordinate representation of color #E9D6FE: hue angle of 268.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9D6FE is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 214 | 254 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.00 |
| HSL | 268.5º | 0.95% | 0.92% | - |
| HSV(B) | 268.5º | 0.16% | 1% | - |
| XYZ | 75.54 | 72.57 | 103.79 | - |
| YUV | 224.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 214 | 254 | 0.08 | 0.16 | 0 | 0.00 | 268.5 | 0.95 | 0.92 |
| Hex | E9 | D6 | FE | 8 | 10 | 0 | 0 | 10C | 5F | 5C |
| Octal | 351 | 326 | 376 | 10 | 20 | 0 | 0 | 414 | 137 | 134 |
| Binary | 11101001 | 11010110 | 11111110 | 1000 | 10000 | 0 | 0 | 100001100 | 1011111 | 1011100 |
Color Harmonies of #E9D6FE
Complementary color
Monochromatic Colors of #E9D6FE
Black with #E9D6FE
Text Example
Text Example
White with #E9D6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D6FE; }
p { color: rgb(233,214,254); }
H1.HeaderClassName
{
color: #E9D6FE;
}
.AnyTagClassName
{
color: #E9D6FE;
}
</style>
background-color css
<style>
a { background-color: #E9D6FE; }
a { background-color: rgb(233,214,254); }
div.DivClassName
{
background-color: #E9D6FE;
}
.BgClassName
{
background-color: #E9D6FE;
}
</style>
border-color css
<style>
span { border-color: #E9D6FE; }
span { border-color: rgb(233,214,254); }
td.TdClassName
{
border-color: #E9D6FE;
}
.TagClassName
{
border-color: #E9D6FE;
}
</style>