Shades of Blue Chalk #E9DAF0
Tints of Blue Chalk #E9DAF0
RGB
CMYK
RGB Variations
Color information
#E9DAF0 (or 0xE9DAF0) is known color: Blue Chalk. HEX triplet: E9, DA and F0. RGB value is (233,218,240). Sum of RGB (Red+Green+Blue) = 233+218+240=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9DAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAF0 is #16250F. Grayscale: #E0E0E0. Windows color (decimal): -1451280 or 15784681. OLE color: 15784681.
HSL color Cylindrical-coordinate representation of color #E9DAF0: hue angle of 280.91º degrees, saturation: 0.42, 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 #E9DAF0 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 233 | 218 | 240 | - |
CMYK | 0.03 | 0.09 | 0 | 0.06 |
HSL | 280.91º | 0.42% | 0.9% | - |
HSV(B) | 280.91º | 0.09% | 0.94% | - |
XYZ | 74.4 | 73.76 | 92.75 | - |
YUV | 224.99 | 136.47 | 133.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 218 | 240 | 0.03 | 0.09 | 0 | 0.06 | 280.91 | 0.42 | 0.9 |
Hex | E9 | DA | F0 | 3 | 9 | 0 | 6 | 119 | 2A | 5A |
Octal | 351 | 332 | 360 | 3 | 11 | 0 | 6 | 431 | 52 | 132 |
Binary | 11101001 | 11011010 | 11110000 | 11 | 1001 | 0 | 110 | 100011001 | 101010 | 1011010 |
Color Harmonies of #E9DAF0
Complementary color
Monochromatic Colors of #E9DAF0
Black with #E9DAF0
Text Example
Text Example
White with #E9DAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DAF0; }
p { color: rgb(233,218,240); }
H1.HeaderClassName
{
color: #E9DAF0;
}
.AnyTagClassName
{
color: #E9DAF0;
}
</style>
background-color css
<style>
a { background-color: #E9DAF0; }
a { background-color: rgb(233,218,240); }
div.DivClassName
{
background-color: #E9DAF0;
}
.BgClassName
{
background-color: #E9DAF0;
}
</style>
border-color css
<style>
span { border-color: #E9DAF0; }
span { border-color: rgb(233,218,240); }
td.TdClassName
{
border-color: #E9DAF0;
}
.TagClassName
{
border-color: #E9DAF0;
}
</style>