Shades of Blue Chalk #E5DCEF
Tints of Blue Chalk #E5DCEF
RGB
CMYK
RGB Variations
Color information
#E5DCEF (or 0xE5DCEF) is known color: Blue Chalk. HEX triplet: E5, DC and EF. RGB value is (229,220,239). Sum of RGB (Red+Green+Blue) = 229+220+239=688 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.28% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCEF is #1A2310. Grayscale: #E0E0E0. Windows color (decimal): -1712913 or 15719653. OLE color: 15719653.
HSL color Cylindrical-coordinate representation of color #E5DCEF: hue angle of 268.42º degrees, saturation: 0.37, 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 #E5DCEF is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 229 | 220 | 239 | - |
CMYK | 0.04 | 0.08 | 0 | 0.06 |
HSL | 268.42º | 0.37% | 0.9% | - |
HSV(B) | 268.42º | 0.08% | 0.94% | - |
XYZ | 73.49 | 74.08 | 92.09 | - |
YUV | 224.86 | 135.98 | 130.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 220 | 239 | 0.04 | 0.08 | 0 | 0.06 | 268.42 | 0.37 | 0.9 |
Hex | E5 | DC | EF | 4 | 8 | 0 | 6 | 10C | 25 | 5A |
Octal | 345 | 334 | 357 | 4 | 10 | 0 | 6 | 414 | 45 | 132 |
Binary | 11100101 | 11011100 | 11101111 | 100 | 1000 | 0 | 110 | 100001100 | 100101 | 1011010 |
Color Harmonies of #E5DCEF
Complementary color
Monochromatic Colors of #E5DCEF
Black with #E5DCEF
Text Example
Text Example
White with #E5DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCEF; }
p { color: rgb(229,220,239); }
H1.HeaderClassName
{
color: #E5DCEF;
}
.AnyTagClassName
{
color: #E5DCEF;
}
</style>
background-color css
<style>
a { background-color: #E5DCEF; }
a { background-color: rgb(229,220,239); }
div.DivClassName
{
background-color: #E5DCEF;
}
.BgClassName
{
background-color: #E5DCEF;
}
</style>
border-color css
<style>
span { border-color: #E5DCEF; }
span { border-color: rgb(229,220,239); }
td.TdClassName
{
border-color: #E5DCEF;
}
.TagClassName
{
border-color: #E5DCEF;
}
</style>