Shades of Blue Chalk #E3D8EA
Tints of Blue Chalk #E3D8EA
RGB
CMYK
RGB Variations
Color information
#E3D8EA (or 0xE3D8EA) is known color: Blue Chalk. HEX triplet: E3, D8 and EA. RGB value is (227,216,234). Sum of RGB (Red+Green+Blue) = 227+216+234=677 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.53% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3D8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D8EA is #1C2715. Grayscale: #DDDDDD. Windows color (decimal): -1845014 or 15390947. OLE color: 15390947.
HSL color Cylindrical-coordinate representation of color #E3D8EA: hue angle of 276.67º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E3D8EA is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 216 | 234 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.08 |
| HSL | 276.67º | 0.3% | 0.88% | - |
| HSV(B) | 276.67º | 0.08% | 0.92% | - |
| XYZ | 71.09 | 71.38 | 87.87 | - |
| YUV | 221.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 216 | 234 | 0.03 | 0.08 | 0 | 0.08 | 276.67 | 0.3 | 0.88 |
| Hex | E3 | D8 | EA | 3 | 8 | 0 | 8 | 115 | 1E | 58 |
| Octal | 343 | 330 | 352 | 3 | 10 | 0 | 10 | 425 | 36 | 130 |
| Binary | 11100011 | 11011000 | 11101010 | 11 | 1000 | 0 | 1000 | 100010101 | 11110 | 1011000 |
Color Harmonies of #E3D8EA
Complementary color
Monochromatic Colors of #E3D8EA
Black with #E3D8EA
Text Example
Text Example
White with #E3D8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D8EA; }
p { color: rgb(227,216,234); }
H1.HeaderClassName
{
color: #E3D8EA;
}
.AnyTagClassName
{
color: #E3D8EA;
}
</style>
background-color css
<style>
a { background-color: #E3D8EA; }
a { background-color: rgb(227,216,234); }
div.DivClassName
{
background-color: #E3D8EA;
}
.BgClassName
{
background-color: #E3D8EA;
}
</style>
border-color css
<style>
span { border-color: #E3D8EA; }
span { border-color: rgb(227,216,234); }
td.TdClassName
{
border-color: #E3D8EA;
}
.TagClassName
{
border-color: #E3D8EA;
}
</style>