Shades of Blue Chalk #E9DBF0
Tints of Blue Chalk #E9DBF0
RGB
CMYK
RGB Variations
Color information
#E9DBF0 (or 0xE9DBF0) is known color: Blue Chalk. HEX triplet: E9, DB and F0. RGB value is (233,219,240). Sum of RGB (Red+Green+Blue) = 233+219+240=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9DBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBF0 is #16240F. Grayscale: #E1E1E1. Windows color (decimal): -1451024 or 15784937. OLE color: 15784937.
HSL color Cylindrical-coordinate representation of color #E9DBF0: hue angle of 280º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9DBF0 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 233 | 219 | 240 | - |
CMYK | 0.03 | 0.09 | 0 | 0.06 |
HSL | 280º | 0.41% | 0.9% | - |
HSV(B) | 280º | 0.09% | 0.94% | - |
XYZ | 74.66 | 74.28 | 92.84 | - |
YUV | 225.58 | 136.14 | 133.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 219 | 240 | 0.03 | 0.09 | 0 | 0.06 | 280 | 0.41 | 0.9 |
Hex | E9 | DB | F0 | 3 | 9 | 0 | 6 | 118 | 29 | 5A |
Octal | 351 | 333 | 360 | 3 | 11 | 0 | 6 | 430 | 51 | 132 |
Binary | 11101001 | 11011011 | 11110000 | 11 | 1001 | 0 | 110 | 100011000 | 101001 | 1011010 |
Color Harmonies of #E9DBF0
Complementary color
Monochromatic Colors of #E9DBF0
Black with #E9DBF0
Text Example
Text Example
White with #E9DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DBF0; }
p { color: rgb(233,219,240); }
H1.HeaderClassName
{
color: #E9DBF0;
}
.AnyTagClassName
{
color: #E9DBF0;
}
</style>
background-color css
<style>
a { background-color: #E9DBF0; }
a { background-color: rgb(233,219,240); }
div.DivClassName
{
background-color: #E9DBF0;
}
.BgClassName
{
background-color: #E9DBF0;
}
</style>
border-color css
<style>
span { border-color: #E9DBF0; }
span { border-color: rgb(233,219,240); }
td.TdClassName
{
border-color: #E9DBF0;
}
.TagClassName
{
border-color: #E9DBF0;
}
</style>