Shades of Blue Chalk #E3D6F2
Tints of Blue Chalk #E3D6F2
RGB
CMYK
RGB Variations
Color information
#E3D6F2 (or 0xE3D6F2) is known color: Blue Chalk. HEX triplet: E3, D6 and F2. RGB value is (227,214,242). Sum of RGB (Red+Green+Blue) = 227+214+242=683 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.24% from 683); Green value is 214 (83.98% from 255 or 31.33% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3D6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D6F2 is #1C290D. Grayscale: #DCDCDC. Windows color (decimal): -1845518 or 15914723. OLE color: 15914723.
HSL color Cylindrical-coordinate representation of color #E3D6F2: hue angle of 267.86º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3D6F2 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 214 | 242 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.05 |
| HSL | 267.86º | 0.52% | 0.89% | - |
| HSV(B) | 267.86º | 0.12% | 0.95% | - |
| XYZ | 71.75 | 70.83 | 93.9 | - |
| YUV | 221.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 214 | 242 | 0.06 | 0.12 | 0 | 0.05 | 267.86 | 0.52 | 0.89 |
| Hex | E3 | D6 | F2 | 6 | C | 0 | 5 | 10C | 34 | 59 |
| Octal | 343 | 326 | 362 | 6 | 14 | 0 | 5 | 414 | 64 | 131 |
| Binary | 11100011 | 11010110 | 11110010 | 110 | 1100 | 0 | 101 | 100001100 | 110100 | 1011001 |
Color Harmonies of #E3D6F2
Complementary color
Monochromatic Colors of #E3D6F2
Black with #E3D6F2
Text Example
Text Example
White with #E3D6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D6F2; }
p { color: rgb(227,214,242); }
H1.HeaderClassName
{
color: #E3D6F2;
}
.AnyTagClassName
{
color: #E3D6F2;
}
</style>
background-color css
<style>
a { background-color: #E3D6F2; }
a { background-color: rgb(227,214,242); }
div.DivClassName
{
background-color: #E3D6F2;
}
.BgClassName
{
background-color: #E3D6F2;
}
</style>
border-color css
<style>
span { border-color: #E3D6F2; }
span { border-color: rgb(227,214,242); }
td.TdClassName
{
border-color: #E3D6F2;
}
.TagClassName
{
border-color: #E3D6F2;
}
</style>