Shades of Blue Chalk #E7D7F3
Tints of Blue Chalk #E7D7F3
RGB
CMYK
RGB Variations
Color information
#E7D7F3 (or 0xE7D7F3) is known color: Blue Chalk. HEX triplet: E7, D7 and F3. RGB value is (231,215,243). Sum of RGB (Red+Green+Blue) = 231+215+243=689 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.53% from 689); Green value is 215 (84.38% from 255 or 31.20% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 243 - color contains mainly: blue. Hex color #E7D7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D7F3 is #18280C. Grayscale: #DEDEDE. Windows color (decimal): -1583117 or 15980519. OLE color: 15980519.
HSL color Cylindrical-coordinate representation of color #E7D7F3: hue angle of 274.29º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7D7F3 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 215 | 243 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.05 |
| HSL | 274.29º | 0.54% | 0.9% | - |
| HSV(B) | 274.29º | 0.12% | 0.95% | - |
| XYZ | 73.43 | 72.06 | 94.83 | - |
| YUV | 222.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 243 | 0.05 | 0.12 | 0 | 0.05 | 274.29 | 0.54 | 0.9 |
| Hex | E7 | D7 | F3 | 5 | C | 0 | 5 | 112 | 36 | 5A |
| Octal | 347 | 327 | 363 | 5 | 14 | 0 | 5 | 422 | 66 | 132 |
| Binary | 11100111 | 11010111 | 11110011 | 101 | 1100 | 0 | 101 | 100010010 | 110110 | 1011010 |
Color Harmonies of #E7D7F3
Complementary color
Monochromatic Colors of #E7D7F3
Black with #E7D7F3
Text Example
Text Example
White with #E7D7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D7F3; }
p { color: rgb(231,215,243); }
H1.HeaderClassName
{
color: #E7D7F3;
}
.AnyTagClassName
{
color: #E7D7F3;
}
</style>
background-color css
<style>
a { background-color: #E7D7F3; }
a { background-color: rgb(231,215,243); }
div.DivClassName
{
background-color: #E7D7F3;
}
.BgClassName
{
background-color: #E7D7F3;
}
</style>
border-color css
<style>
span { border-color: #E7D7F3; }
span { border-color: rgb(231,215,243); }
td.TdClassName
{
border-color: #E7D7F3;
}
.TagClassName
{
border-color: #E7D7F3;
}
</style>