Shades of Blue Chalk #E7D4F2
Tints of Blue Chalk #E7D4F2
RGB
CMYK
RGB Variations
Color information
#E7D4F2 (or 0xE7D4F2) is known color: Blue Chalk. HEX triplet: E7, D4 and F2. RGB value is (231,212,242). Sum of RGB (Red+Green+Blue) = 231+212+242=685 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.72% from 685); Green value is 212 (83.20% from 255 or 30.95% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7D4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D4F2 is #182B0D. Grayscale: #DDDDDD. Windows color (decimal): -1583886 or 15914215. OLE color: 15914215.
HSL color Cylindrical-coordinate representation of color #E7D4F2: hue angle of 278º 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 #E7D4F2 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 212 | 242 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.05 |
| HSL | 278º | 0.54% | 0.89% | - |
| HSV(B) | 278º | 0.12% | 0.95% | - |
| XYZ | 72.53 | 70.49 | 93.79 | - |
| YUV | 221.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 242 | 0.05 | 0.12 | 0 | 0.05 | 278 | 0.54 | 0.89 |
| Hex | E7 | D4 | F2 | 5 | C | 0 | 5 | 116 | 36 | 59 |
| Octal | 347 | 324 | 362 | 5 | 14 | 0 | 5 | 426 | 66 | 131 |
| Binary | 11100111 | 11010100 | 11110010 | 101 | 1100 | 0 | 101 | 100010110 | 110110 | 1011001 |
Color Harmonies of #E7D4F2
Complementary color
Monochromatic Colors of #E7D4F2
Black with #E7D4F2
Text Example
Text Example
White with #E7D4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D4F2; }
p { color: rgb(231,212,242); }
H1.HeaderClassName
{
color: #E7D4F2;
}
.AnyTagClassName
{
color: #E7D4F2;
}
</style>
background-color css
<style>
a { background-color: #E7D4F2; }
a { background-color: rgb(231,212,242); }
div.DivClassName
{
background-color: #E7D4F2;
}
.BgClassName
{
background-color: #E7D4F2;
}
</style>
border-color css
<style>
span { border-color: #E7D4F2; }
span { border-color: rgb(231,212,242); }
td.TdClassName
{
border-color: #E7D4F2;
}
.TagClassName
{
border-color: #E7D4F2;
}
</style>