Shades of Blue Chalk #E3D9ED
Tints of Blue Chalk #E3D9ED
RGB
CMYK
RGB Variations
Color information
#E3D9ED (or 0xE3D9ED) is known color: Blue Chalk. HEX triplet: E3, D9 and ED. RGB value is (227,217,237). Sum of RGB (Red+Green+Blue) = 227+217+237=681 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.33% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3D9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D9ED is #1C2612. Grayscale: #DEDEDE. Windows color (decimal): -1844755 or 15587811. OLE color: 15587811.
HSL color Cylindrical-coordinate representation of color #E3D9ED: hue angle of 270º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E3D9ED is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 227 | 217 | 237 | - |
CMYK | 0.04 | 0.08 | 0 | 0.07 |
HSL | 270º | 0.36% | 0.89% | - |
HSV(B) | 270º | 0.08% | 0.93% | - |
XYZ | 71.78 | 72.07 | 90.25 | - |
YUV | 222.27 | 136.31 | 131.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 217 | 237 | 0.04 | 0.08 | 0 | 0.07 | 270 | 0.36 | 0.89 |
Hex | E3 | D9 | ED | 4 | 8 | 0 | 7 | 10E | 24 | 59 |
Octal | 343 | 331 | 355 | 4 | 10 | 0 | 7 | 416 | 44 | 131 |
Binary | 11100011 | 11011001 | 11101101 | 100 | 1000 | 0 | 111 | 100001110 | 100100 | 1011001 |
Color Harmonies of #E3D9ED
Complementary color
Monochromatic Colors of #E3D9ED
Black with #E3D9ED
Text Example
Text Example
White with #E3D9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D9ED; }
p { color: rgb(227,217,237); }
H1.HeaderClassName
{
color: #E3D9ED;
}
.AnyTagClassName
{
color: #E3D9ED;
}
</style>
background-color css
<style>
a { background-color: #E3D9ED; }
a { background-color: rgb(227,217,237); }
div.DivClassName
{
background-color: #E3D9ED;
}
.BgClassName
{
background-color: #E3D9ED;
}
</style>
border-color css
<style>
span { border-color: #E3D9ED; }
span { border-color: rgb(227,217,237); }
td.TdClassName
{
border-color: #E3D9ED;
}
.TagClassName
{
border-color: #E3D9ED;
}
</style>