Shades of Blue Chalk #E3D9F1
Tints of Blue Chalk #E3D9F1
RGB
CMYK
RGB Variations
Color information
#E3D9F1 (or 0xE3D9F1) is known color: Blue Chalk. HEX triplet: E3, D9 and F1. RGB value is (227,217,241). Sum of RGB (Red+Green+Blue) = 227+217+241=685 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.14% from 685); Green value is 217 (85.16% from 255 or 31.68% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3D9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D9F1 is #1C260E. Grayscale: #DEDEDE. Windows color (decimal): -1844751 or 15849955. OLE color: 15849955.
HSL color Cylindrical-coordinate representation of color #E3D9F1: hue angle of 265º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3D9F1 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 217 | 241 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.05 |
| HSL | 265º | 0.46% | 0.9% | - |
| HSV(B) | 265º | 0.1% | 0.95% | - |
| XYZ | 72.37 | 72.31 | 93.36 | - |
| YUV | 222.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 217 | 241 | 0.06 | 0.10 | 0 | 0.05 | 265 | 0.46 | 0.9 |
| Hex | E3 | D9 | F1 | 6 | A | 0 | 5 | 109 | 2E | 5A |
| Octal | 343 | 331 | 361 | 6 | 12 | 0 | 5 | 411 | 56 | 132 |
| Binary | 11100011 | 11011001 | 11110001 | 110 | 1010 | 0 | 101 | 100001001 | 101110 | 1011010 |
Color Harmonies of #E3D9F1
Complementary color
Monochromatic Colors of #E3D9F1
Black with #E3D9F1
Text Example
Text Example
White with #E3D9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D9F1; }
p { color: rgb(227,217,241); }
H1.HeaderClassName
{
color: #E3D9F1;
}
.AnyTagClassName
{
color: #E3D9F1;
}
</style>
background-color css
<style>
a { background-color: #E3D9F1; }
a { background-color: rgb(227,217,241); }
div.DivClassName
{
background-color: #E3D9F1;
}
.BgClassName
{
background-color: #E3D9F1;
}
</style>
border-color css
<style>
span { border-color: #E3D9F1; }
span { border-color: rgb(227,217,241); }
td.TdClassName
{
border-color: #E3D9F1;
}
.TagClassName
{
border-color: #E3D9F1;
}
</style>