Shades of Blue Chalk #E3D6E9
Tints of Blue Chalk #E3D6E9
RGB
CMYK
RGB Variations
Color information
#E3D6E9 (or 0xE3D6E9) is known color: Blue Chalk. HEX triplet: E3, D6 and E9. RGB value is (227,214,233). Sum of RGB (Red+Green+Blue) = 227+214+233=674 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.68% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 233 - color contains mainly: blue. Hex color #E3D6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D6E9 is #1C2916. Grayscale: #DBDBDB. Windows color (decimal): -1845527 or 15324899. OLE color: 15324899.
HSL color Cylindrical-coordinate representation of color #E3D6E9: hue angle of 281.05º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E3D6E9 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 214 | 233 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.09 |
| HSL | 281.05º | 0.3% | 0.88% | - |
| HSV(B) | 281.05º | 0.08% | 0.91% | - |
| XYZ | 70.43 | 70.31 | 86.95 | - |
| YUV | 220.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 214 | 233 | 0.03 | 0.08 | 0 | 0.09 | 281.05 | 0.3 | 0.88 |
| Hex | E3 | D6 | E9 | 3 | 8 | 0 | 9 | 119 | 1E | 58 |
| Octal | 343 | 326 | 351 | 3 | 10 | 0 | 11 | 431 | 36 | 130 |
| Binary | 11100011 | 11010110 | 11101001 | 11 | 1000 | 0 | 1001 | 100011001 | 11110 | 1011000 |
Color Harmonies of #E3D6E9
Complementary color
Monochromatic Colors of #E3D6E9
Black with #E3D6E9
Text Example
Text Example
White with #E3D6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D6E9; }
p { color: rgb(227,214,233); }
H1.HeaderClassName
{
color: #E3D6E9;
}
.AnyTagClassName
{
color: #E3D6E9;
}
</style>
background-color css
<style>
a { background-color: #E3D6E9; }
a { background-color: rgb(227,214,233); }
div.DivClassName
{
background-color: #E3D6E9;
}
.BgClassName
{
background-color: #E3D6E9;
}
</style>
border-color css
<style>
span { border-color: #E3D6E9; }
span { border-color: rgb(227,214,233); }
td.TdClassName
{
border-color: #E3D6E9;
}
.TagClassName
{
border-color: #E3D6E9;
}
</style>