Shades of Blue Chalk #E2DBE7
Tints of Blue Chalk #E2DBE7
RGB
CMYK
RGB Variations
Color information
#E2DBE7 (or 0xE2DBE7) is known color: Blue Chalk. HEX triplet: E2, DB and E7. RGB value is (226,219,231). Sum of RGB (Red+Green+Blue) = 226+219+231=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 231 (90.62% from 255 or 34.17% from 676); Max value from RGB is 231 - color contains mainly: blue. Hex color #E2DBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBE7 is #1D2418. Grayscale: #DEDEDE. Windows color (decimal): -1909785 or 15195106. OLE color: 15195106.
HSL color Cylindrical-coordinate representation of color #E2DBE7: hue angle of 275º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2DBE7 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 226 | 219 | 231 | - |
CMYK | 0.02 | 0.05 | 0 | 0.09 |
HSL | 275º | 0.2% | 0.88% | - |
HSV(B) | 275º | 0.05% | 0.91% | - |
XYZ | 71.12 | 72.6 | 85.87 | - |
YUV | 222.46 | 132.82 | 130.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 219 | 231 | 0.02 | 0.05 | 0 | 0.09 | 275 | 0.2 | 0.88 |
Hex | E2 | DB | E7 | 2 | 5 | 0 | 9 | 113 | 14 | 58 |
Octal | 342 | 333 | 347 | 2 | 5 | 0 | 11 | 423 | 24 | 130 |
Binary | 11100010 | 11011011 | 11100111 | 10 | 101 | 0 | 1001 | 100010011 | 10100 | 1011000 |
Color Harmonies of #E2DBE7
Complementary color
Monochromatic Colors of #E2DBE7
Black with #E2DBE7
Text Example
Text Example
White with #E2DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DBE7; }
p { color: rgb(226,219,231); }
H1.HeaderClassName
{
color: #E2DBE7;
}
.AnyTagClassName
{
color: #E2DBE7;
}
</style>
background-color css
<style>
a { background-color: #E2DBE7; }
a { background-color: rgb(226,219,231); }
div.DivClassName
{
background-color: #E2DBE7;
}
.BgClassName
{
background-color: #E2DBE7;
}
</style>
border-color css
<style>
span { border-color: #E2DBE7; }
span { border-color: rgb(226,219,231); }
td.TdClassName
{
border-color: #E2DBE7;
}
.TagClassName
{
border-color: #E2DBE7;
}
</style>