Shades of Blue Chalk #E9DBF7
Tints of Blue Chalk #E9DBF7
RGB
CMYK
RGB Variations
Color information
#E9DBF7 (or 0xE9DBF7) is known color: Blue Chalk. HEX triplet: E9, DB and F7. RGB value is (233,219,247). Sum of RGB (Red+Green+Blue) = 233+219+247=699 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.33% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 247 (96.88% from 255 or 35.34% from 699); Max value from RGB is 247 - color contains mainly: blue. Hex color #E9DBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBF7 is #162408. Grayscale: #E2E2E2. Windows color (decimal): -1451017 or 16243689. OLE color: 16243689.
HSL color Cylindrical-coordinate representation of color #E9DBF7: hue angle of 270º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9DBF7 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 219 | 247 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.03 |
| HSL | 270º | 0.64% | 0.91% | - |
| HSV(B) | 270º | 0.11% | 0.97% | - |
| XYZ | 75.72 | 74.7 | 98.42 | - |
| YUV | 226.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 247 | 0.06 | 0.11 | 0 | 0.03 | 270 | 0.64 | 0.91 |
| Hex | E9 | DB | F7 | 6 | B | 0 | 3 | 10E | 40 | 5B |
| Octal | 351 | 333 | 367 | 6 | 13 | 0 | 3 | 416 | 100 | 133 |
| Binary | 11101001 | 11011011 | 11110111 | 110 | 1011 | 0 | 11 | 100001110 | 1000000 | 1011011 |
Color Harmonies of #E9DBF7
Complementary color
Monochromatic Colors of #E9DBF7
Black with #E9DBF7
Text Example
Text Example
White with #E9DBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DBF7; }
p { color: rgb(233,219,247); }
H1.HeaderClassName
{
color: #E9DBF7;
}
.AnyTagClassName
{
color: #E9DBF7;
}
</style>
background-color css
<style>
a { background-color: #E9DBF7; }
a { background-color: rgb(233,219,247); }
div.DivClassName
{
background-color: #E9DBF7;
}
.BgClassName
{
background-color: #E9DBF7;
}
</style>
border-color css
<style>
span { border-color: #E9DBF7; }
span { border-color: rgb(233,219,247); }
td.TdClassName
{
border-color: #E9DBF7;
}
.TagClassName
{
border-color: #E9DBF7;
}
</style>