Shades of Blue Chalk #E3D1F3
Tints of Blue Chalk #E3D1F3
RGB
CMYK
RGB Variations
Color information
#E3D1F3 (or 0xE3D1F3) is known color: Blue Chalk. HEX triplet: E3, D1 and F3. RGB value is (227,209,243). Sum of RGB (Red+Green+Blue) = 227+209+243=679 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.43% from 679); Green value is 209 (82.03% from 255 or 30.78% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 243 - color contains mainly: blue. Hex color #E3D1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D1F3 is #1C2E0C. Grayscale: #DADADA. Windows color (decimal): -1846797 or 15978979. OLE color: 15978979.
HSL color Cylindrical-coordinate representation of color #E3D1F3: hue angle of 271.76º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E3D1F3 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 209 | 243 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.05 |
| HSL | 271.76º | 0.59% | 0.89% | - |
| HSV(B) | 271.76º | 0.14% | 0.95% | - |
| XYZ | 70.66 | 68.4 | 94.27 | - |
| YUV | 218.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 209 | 243 | 0.07 | 0.14 | 0 | 0.05 | 271.76 | 0.59 | 0.89 |
| Hex | E3 | D1 | F3 | 7 | E | 0 | 5 | 110 | 3B | 59 |
| Octal | 343 | 321 | 363 | 7 | 16 | 0 | 5 | 420 | 73 | 131 |
| Binary | 11100011 | 11010001 | 11110011 | 111 | 1110 | 0 | 101 | 100010000 | 111011 | 1011001 |
Color Harmonies of #E3D1F3
Complementary color
Monochromatic Colors of #E3D1F3
Black with #E3D1F3
Text Example
Text Example
White with #E3D1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D1F3; }
p { color: rgb(227,209,243); }
H1.HeaderClassName
{
color: #E3D1F3;
}
.AnyTagClassName
{
color: #E3D1F3;
}
</style>
background-color css
<style>
a { background-color: #E3D1F3; }
a { background-color: rgb(227,209,243); }
div.DivClassName
{
background-color: #E3D1F3;
}
.BgClassName
{
background-color: #E3D1F3;
}
</style>
border-color css
<style>
span { border-color: #E3D1F3; }
span { border-color: rgb(227,209,243); }
td.TdClassName
{
border-color: #E3D1F3;
}
.TagClassName
{
border-color: #E3D1F3;
}
</style>