Shades of Blue Chalk #E7D2F9
Tints of Blue Chalk #E7D2F9
RGB
CMYK
RGB Variations
Color information
#E7D2F9 (or 0xE7D2F9) is known color: Blue Chalk. HEX triplet: E7, D2 and F9. RGB value is (231,210,249). Sum of RGB (Red+Green+Blue) = 231+210+249=690 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.48% from 690); Green value is 210 (82.42% from 255 or 30.43% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7D2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D2F9 is #182D06. Grayscale: #DCDCDC. Windows color (decimal): -1584391 or 16372455. OLE color: 16372455.
HSL color Cylindrical-coordinate representation of color #E7D2F9: hue angle of 272.31º degrees, saturation: 0.76, 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 #E7D2F9 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 231 | 210 | 249 | - |
CMYK | 0.07 | 0.16 | 0 | 0.02 |
HSL | 272.31º | 0.76% | 0.9% | - |
HSV(B) | 272.31º | 0.16% | 0.98% | - |
XYZ | 73.1 | 69.92 | 99.27 | - |
YUV | 220.73 | 143.96 | 135.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 210 | 249 | 0.07 | 0.16 | 0 | 0.02 | 272.31 | 0.76 | 0.9 |
Hex | E7 | D2 | F9 | 7 | 10 | 0 | 2 | 110 | 4C | 5A |
Octal | 347 | 322 | 371 | 7 | 20 | 0 | 2 | 420 | 114 | 132 |
Binary | 11100111 | 11010010 | 11111001 | 111 | 10000 | 0 | 10 | 100010000 | 1001100 | 1011010 |
Color Harmonies of #E7D2F9
Complementary color
Monochromatic Colors of #E7D2F9
Black with #E7D2F9
Text Example
Text Example
White with #E7D2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D2F9; }
p { color: rgb(231,210,249); }
H1.HeaderClassName
{
color: #E7D2F9;
}
.AnyTagClassName
{
color: #E7D2F9;
}
</style>
background-color css
<style>
a { background-color: #E7D2F9; }
a { background-color: rgb(231,210,249); }
div.DivClassName
{
background-color: #E7D2F9;
}
.BgClassName
{
background-color: #E7D2F9;
}
</style>
border-color css
<style>
span { border-color: #E7D2F9; }
span { border-color: rgb(231,210,249); }
td.TdClassName
{
border-color: #E7D2F9;
}
.TagClassName
{
border-color: #E7D2F9;
}
</style>