Shades of Blue Chalk #E7DCF2
Tints of Blue Chalk #E7DCF2
RGB
CMYK
RGB Variations
Color information
#E7DCF2 (or 0xE7DCF2) is known color: Blue Chalk. HEX triplet: E7, DC and F2. RGB value is (231,220,242). Sum of RGB (Red+Green+Blue) = 231+220+242=693 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.33% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7DCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCF2 is #18230D. Grayscale: #E1E1E1. Windows color (decimal): -1581838 or 15916263. OLE color: 15916263.
HSL color Cylindrical-coordinate representation of color #E7DCF2: hue angle of 270º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7DCF2 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 220 | 242 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.05 |
| HSL | 270º | 0.46% | 0.91% | - |
| HSV(B) | 270º | 0.09% | 0.95% | - |
| XYZ | 74.58 | 74.59 | 94.47 | - |
| YUV | 225.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 242 | 0.05 | 0.09 | 0 | 0.05 | 270 | 0.46 | 0.91 |
| Hex | E7 | DC | F2 | 5 | 9 | 0 | 5 | 10E | 2E | 5B |
| Octal | 347 | 334 | 362 | 5 | 11 | 0 | 5 | 416 | 56 | 133 |
| Binary | 11100111 | 11011100 | 11110010 | 101 | 1001 | 0 | 101 | 100001110 | 101110 | 1011011 |
Color Harmonies of #E7DCF2
Complementary color
Monochromatic Colors of #E7DCF2
Black with #E7DCF2
Text Example
Text Example
White with #E7DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCF2; }
p { color: rgb(231,220,242); }
H1.HeaderClassName
{
color: #E7DCF2;
}
.AnyTagClassName
{
color: #E7DCF2;
}
</style>
background-color css
<style>
a { background-color: #E7DCF2; }
a { background-color: rgb(231,220,242); }
div.DivClassName
{
background-color: #E7DCF2;
}
.BgClassName
{
background-color: #E7DCF2;
}
</style>
border-color css
<style>
span { border-color: #E7DCF2; }
span { border-color: rgb(231,220,242); }
td.TdClassName
{
border-color: #E7DCF2;
}
.TagClassName
{
border-color: #E7DCF2;
}
</style>