Shades of Blue Chalk #E5DBEF
Tints of Blue Chalk #E5DBEF
RGB
CMYK
RGB Variations
Color information
#E5DBEF (or 0xE5DBEF) is known color: Blue Chalk. HEX triplet: E5, DB and EF. RGB value is (229,219,239). Sum of RGB (Red+Green+Blue) = 229+219+239=687 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.33% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DBEF is #1A2410. Grayscale: #E0E0E0. Windows color (decimal): -1713169 or 15719397. OLE color: 15719397.
HSL color Cylindrical-coordinate representation of color #E5DBEF: hue angle of 270º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5DBEF is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 229 | 219 | 239 | - |
CMYK | 0.04 | 0.08 | 0 | 0.06 |
HSL | 270º | 0.38% | 0.9% | - |
HSV(B) | 270º | 0.08% | 0.94% | - |
XYZ | 73.22 | 73.55 | 92 | - |
YUV | 224.27 | 136.31 | 131.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 219 | 239 | 0.04 | 0.08 | 0 | 0.06 | 270 | 0.38 | 0.9 |
Hex | E5 | DB | EF | 4 | 8 | 0 | 6 | 10E | 26 | 5A |
Octal | 345 | 333 | 357 | 4 | 10 | 0 | 6 | 416 | 46 | 132 |
Binary | 11100101 | 11011011 | 11101111 | 100 | 1000 | 0 | 110 | 100001110 | 100110 | 1011010 |
Color Harmonies of #E5DBEF
Complementary color
Monochromatic Colors of #E5DBEF
Black with #E5DBEF
Text Example
Text Example
White with #E5DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DBEF; }
p { color: rgb(229,219,239); }
H1.HeaderClassName
{
color: #E5DBEF;
}
.AnyTagClassName
{
color: #E5DBEF;
}
</style>
background-color css
<style>
a { background-color: #E5DBEF; }
a { background-color: rgb(229,219,239); }
div.DivClassName
{
background-color: #E5DBEF;
}
.BgClassName
{
background-color: #E5DBEF;
}
</style>
border-color css
<style>
span { border-color: #E5DBEF; }
span { border-color: rgb(229,219,239); }
td.TdClassName
{
border-color: #E5DBEF;
}
.TagClassName
{
border-color: #E5DBEF;
}
</style>