Shades of Blue Chalk #E7DBF2
Tints of Blue Chalk #E7DBF2
RGB
CMYK
RGB Variations
Color information
#E7DBF2 (or 0xE7DBF2) is known color: Blue Chalk. HEX triplet: E7, DB and F2. RGB value is (231,219,242). Sum of RGB (Red+Green+Blue) = 231+219+242=692 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.38% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 242 (94.92% from 255 or 34.97% from 692); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7DBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DBF2 is #18240D. Grayscale: #E1E1E1. Windows color (decimal): -1582094 or 15916007. OLE color: 15916007.
HSL color Cylindrical-coordinate representation of color #E7DBF2: hue angle of 271.3º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7DBF2 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 231 | 219 | 242 | - |
CMYK | 0.05 | 0.10 | 0 | 0.05 |
HSL | 271.3º | 0.47% | 0.9% | - |
HSV(B) | 271.3º | 0.1% | 0.95% | - |
XYZ | 74.31 | 74.06 | 94.38 | - |
YUV | 225.21 | 137.48 | 132.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 219 | 242 | 0.05 | 0.10 | 0 | 0.05 | 271.3 | 0.47 | 0.9 |
Hex | E7 | DB | F2 | 5 | A | 0 | 5 | 10F | 2F | 5A |
Octal | 347 | 333 | 362 | 5 | 12 | 0 | 5 | 417 | 57 | 132 |
Binary | 11100111 | 11011011 | 11110010 | 101 | 1010 | 0 | 101 | 100001111 | 101111 | 1011010 |
Color Harmonies of #E7DBF2
Complementary color
Monochromatic Colors of #E7DBF2
Black with #E7DBF2
Text Example
Text Example
White with #E7DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBF2; }
p { color: rgb(231,219,242); }
H1.HeaderClassName
{
color: #E7DBF2;
}
.AnyTagClassName
{
color: #E7DBF2;
}
</style>
background-color css
<style>
a { background-color: #E7DBF2; }
a { background-color: rgb(231,219,242); }
div.DivClassName
{
background-color: #E7DBF2;
}
.BgClassName
{
background-color: #E7DBF2;
}
</style>
border-color css
<style>
span { border-color: #E7DBF2; }
span { border-color: rgb(231,219,242); }
td.TdClassName
{
border-color: #E7DBF2;
}
.TagClassName
{
border-color: #E7DBF2;
}
</style>