Shades of Blue Chalk #E3D2F1
Tints of Blue Chalk #E3D2F1
RGB
CMYK
RGB Variations
Color information
#E3D2F1 (or 0xE3D2F1) is known color: Blue Chalk. HEX triplet: E3, D2 and F1. RGB value is (227,210,241). Sum of RGB (Red+Green+Blue) = 227+210+241=678 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.48% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3D2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D2F1 is #1C2D0E. Grayscale: #DADADA. Windows color (decimal): -1846543 or 15848163. OLE color: 15848163.
HSL color Cylindrical-coordinate representation of color #E3D2F1: hue angle of 272.9º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E3D2F1 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 210 | 241 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.05 |
| HSL | 272.9º | 0.53% | 0.88% | - |
| HSV(B) | 272.9º | 0.13% | 0.95% | - |
| XYZ | 70.6 | 68.77 | 92.77 | - |
| YUV | 218.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 210 | 241 | 0.06 | 0.13 | 0 | 0.05 | 272.9 | 0.53 | 0.88 |
| Hex | E3 | D2 | F1 | 6 | D | 0 | 5 | 111 | 35 | 58 |
| Octal | 343 | 322 | 361 | 6 | 15 | 0 | 5 | 421 | 65 | 130 |
| Binary | 11100011 | 11010010 | 11110001 | 110 | 1101 | 0 | 101 | 100010001 | 110101 | 1011000 |
Color Harmonies of #E3D2F1
Complementary color
Monochromatic Colors of #E3D2F1
Black with #E3D2F1
Text Example
Text Example
White with #E3D2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D2F1; }
p { color: rgb(227,210,241); }
H1.HeaderClassName
{
color: #E3D2F1;
}
.AnyTagClassName
{
color: #E3D2F1;
}
</style>
background-color css
<style>
a { background-color: #E3D2F1; }
a { background-color: rgb(227,210,241); }
div.DivClassName
{
background-color: #E3D2F1;
}
.BgClassName
{
background-color: #E3D2F1;
}
</style>
border-color css
<style>
span { border-color: #E3D2F1; }
span { border-color: rgb(227,210,241); }
td.TdClassName
{
border-color: #E3D2F1;
}
.TagClassName
{
border-color: #E3D2F1;
}
</style>