Shades of Blue Chalk #E7D1F9
Tints of Blue Chalk #E7D1F9
RGB
CMYK
RGB Variations
Color information
#E7D1F9 (or 0xE7D1F9) is known color: Blue Chalk. HEX triplet: E7, D1 and F9. RGB value is (231,209,249). Sum of RGB (Red+Green+Blue) = 231+209+249=689 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.53% from 689); Green value is 209 (82.03% from 255 or 30.33% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7D1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D1F9 is #182E06. Grayscale: #DCDCDC. Windows color (decimal): -1584647 or 16372199. OLE color: 16372199.
HSL color Cylindrical-coordinate representation of color #E7D1F9: hue angle of 273º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7D1F9 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 231 | 209 | 249 | - |
CMYK | 0.07 | 0.16 | 0 | 0.02 |
HSL | 273º | 0.77% | 0.9% | - |
HSV(B) | 273º | 0.16% | 0.98% | - |
XYZ | 72.85 | 69.43 | 99.18 | - |
YUV | 220.14 | 144.29 | 135.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 209 | 249 | 0.07 | 0.16 | 0 | 0.02 | 273 | 0.77 | 0.9 |
Hex | E7 | D1 | F9 | 7 | 10 | 0 | 2 | 111 | 4D | 5A |
Octal | 347 | 321 | 371 | 7 | 20 | 0 | 2 | 421 | 115 | 132 |
Binary | 11100111 | 11010001 | 11111001 | 111 | 10000 | 0 | 10 | 100010001 | 1001101 | 1011010 |
Color Harmonies of #E7D1F9
Complementary color
Monochromatic Colors of #E7D1F9
Black with #E7D1F9
Text Example
Text Example
White with #E7D1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D1F9; }
p { color: rgb(231,209,249); }
H1.HeaderClassName
{
color: #E7D1F9;
}
.AnyTagClassName
{
color: #E7D1F9;
}
</style>
background-color css
<style>
a { background-color: #E7D1F9; }
a { background-color: rgb(231,209,249); }
div.DivClassName
{
background-color: #E7D1F9;
}
.BgClassName
{
background-color: #E7D1F9;
}
</style>
border-color css
<style>
span { border-color: #E7D1F9; }
span { border-color: rgb(231,209,249); }
td.TdClassName
{
border-color: #E7D1F9;
}
.TagClassName
{
border-color: #E7D1F9;
}
</style>