Shades of Blue Chalk #E3D4F2
Tints of Blue Chalk #E3D4F2
RGB
CMYK
RGB Variations
Color information
#E3D4F2 (or 0xE3D4F2) is known color: Blue Chalk. HEX triplet: E3, D4 and F2. RGB value is (227,212,242). Sum of RGB (Red+Green+Blue) = 227+212+242=681 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.33% from 681); Green value is 212 (83.20% from 255 or 31.13% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3D4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D4F2 is #1C2B0D. Grayscale: #DBDBDB. Windows color (decimal): -1846030 or 15914211. OLE color: 15914211.
HSL color Cylindrical-coordinate representation of color #E3D4F2: hue angle of 270º degrees, saturation: 0.54, 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 #E3D4F2 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 212 | 242 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.05 |
| HSL | 270º | 0.54% | 0.89% | - |
| HSV(B) | 270º | 0.12% | 0.95% | - |
| XYZ | 71.25 | 69.83 | 93.73 | - |
| YUV | 219.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 212 | 242 | 0.06 | 0.12 | 0 | 0.05 | 270 | 0.54 | 0.89 |
| Hex | E3 | D4 | F2 | 6 | C | 0 | 5 | 10E | 36 | 59 |
| Octal | 343 | 324 | 362 | 6 | 14 | 0 | 5 | 416 | 66 | 131 |
| Binary | 11100011 | 11010100 | 11110010 | 110 | 1100 | 0 | 101 | 100001110 | 110110 | 1011001 |
Color Harmonies of #E3D4F2
Complementary color
Monochromatic Colors of #E3D4F2
Black with #E3D4F2
Text Example
Text Example
White with #E3D4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D4F2; }
p { color: rgb(227,212,242); }
H1.HeaderClassName
{
color: #E3D4F2;
}
.AnyTagClassName
{
color: #E3D4F2;
}
</style>
background-color css
<style>
a { background-color: #E3D4F2; }
a { background-color: rgb(227,212,242); }
div.DivClassName
{
background-color: #E3D4F2;
}
.BgClassName
{
background-color: #E3D4F2;
}
</style>
border-color css
<style>
span { border-color: #E3D4F2; }
span { border-color: rgb(227,212,242); }
td.TdClassName
{
border-color: #E3D4F2;
}
.TagClassName
{
border-color: #E3D4F2;
}
</style>