Shades of Blue Chalk #E3D6F1
Tints of Blue Chalk #E3D6F1
RGB
CMYK
RGB Variations
Color information
#E3D6F1 (or 0xE3D6F1) is known color: Blue Chalk. HEX triplet: E3, D6 and F1. RGB value is (227,214,241). Sum of RGB (Red+Green+Blue) = 227+214+241=682 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.28% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3D6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D6F1 is #1C290E. Grayscale: #DCDCDC. Windows color (decimal): -1845519 or 15849187. OLE color: 15849187.
HSL color Cylindrical-coordinate representation of color #E3D6F1: hue angle of 268.89º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3D6F1 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 214 | 241 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.05 |
| HSL | 268.89º | 0.49% | 0.89% | - |
| HSV(B) | 268.89º | 0.11% | 0.95% | - |
| XYZ | 71.6 | 70.77 | 93.11 | - |
| YUV | 220.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 214 | 241 | 0.06 | 0.11 | 0 | 0.05 | 268.89 | 0.49 | 0.89 |
| Hex | E3 | D6 | F1 | 6 | B | 0 | 5 | 10D | 31 | 59 |
| Octal | 343 | 326 | 361 | 6 | 13 | 0 | 5 | 415 | 61 | 131 |
| Binary | 11100011 | 11010110 | 11110001 | 110 | 1011 | 0 | 101 | 100001101 | 110001 | 1011001 |
Color Harmonies of #E3D6F1
Complementary color
Monochromatic Colors of #E3D6F1
Black with #E3D6F1
Text Example
Text Example
White with #E3D6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D6F1; }
p { color: rgb(227,214,241); }
H1.HeaderClassName
{
color: #E3D6F1;
}
.AnyTagClassName
{
color: #E3D6F1;
}
</style>
background-color css
<style>
a { background-color: #E3D6F1; }
a { background-color: rgb(227,214,241); }
div.DivClassName
{
background-color: #E3D6F1;
}
.BgClassName
{
background-color: #E3D6F1;
}
</style>
border-color css
<style>
span { border-color: #E3D6F1; }
span { border-color: rgb(227,214,241); }
td.TdClassName
{
border-color: #E3D6F1;
}
.TagClassName
{
border-color: #E3D6F1;
}
</style>