Shades of Blue Chalk #E7DBF0
Tints of Blue Chalk #E7DBF0
RGB
CMYK
RGB Variations
Color information
#E7DBF0 (or 0xE7DBF0) is known color: Blue Chalk. HEX triplet: E7, DB and F0. RGB value is (231,219,240). Sum of RGB (Red+Green+Blue) = 231+219+240=690 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.48% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #E7DBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DBF0 is #18240F. Grayscale: #E0E0E0. Windows color (decimal): -1582096 or 15784935. OLE color: 15784935.
HSL color Cylindrical-coordinate representation of color #E7DBF0: hue angle of 274.29º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7DBF0 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 219 | 240 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.06 |
| HSL | 274.29º | 0.41% | 0.9% | - |
| HSV(B) | 274.29º | 0.09% | 0.94% | - |
| XYZ | 74.01 | 73.94 | 92.81 | - |
| YUV | 224.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 240 | 0.04 | 0.09 | 0 | 0.06 | 274.29 | 0.41 | 0.9 |
| Hex | E7 | DB | F0 | 4 | 9 | 0 | 6 | 112 | 29 | 5A |
| Octal | 347 | 333 | 360 | 4 | 11 | 0 | 6 | 422 | 51 | 132 |
| Binary | 11100111 | 11011011 | 11110000 | 100 | 1001 | 0 | 110 | 100010010 | 101001 | 1011010 |
Color Harmonies of #E7DBF0
Complementary color
Monochromatic Colors of #E7DBF0
Black with #E7DBF0
Text Example
Text Example
White with #E7DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBF0; }
p { color: rgb(231,219,240); }
H1.HeaderClassName
{
color: #E7DBF0;
}
.AnyTagClassName
{
color: #E7DBF0;
}
</style>
background-color css
<style>
a { background-color: #E7DBF0; }
a { background-color: rgb(231,219,240); }
div.DivClassName
{
background-color: #E7DBF0;
}
.BgClassName
{
background-color: #E7DBF0;
}
</style>
border-color css
<style>
span { border-color: #E7DBF0; }
span { border-color: rgb(231,219,240); }
td.TdClassName
{
border-color: #E7DBF0;
}
.TagClassName
{
border-color: #E7DBF0;
}
</style>