Shades of Blue Chalk #E7D1F1
Tints of Blue Chalk #E7D1F1
RGB
CMYK
RGB Variations
Color information
#E7D1F1 (or 0xE7D1F1) is known color: Blue Chalk. HEX triplet: E7, D1 and F1. RGB value is (231,209,241). Sum of RGB (Red+Green+Blue) = 231+209+241=681 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.92% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7D1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D1F1 is #182E0E. Grayscale: #DBDBDB. Windows color (decimal): -1584655 or 15847911. OLE color: 15847911.
HSL color Cylindrical-coordinate representation of color #E7D1F1: hue angle of 281.25º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7D1F1 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 231 | 209 | 241 | - |
CMYK | 0.04 | 0.13 | 0 | 0.05 |
HSL | 281.25º | 0.53% | 0.88% | - |
HSV(B) | 281.25º | 0.13% | 0.95% | - |
XYZ | 71.63 | 68.94 | 92.75 | - |
YUV | 219.23 | 140.29 | 136.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 209 | 241 | 0.04 | 0.13 | 0 | 0.05 | 281.25 | 0.53 | 0.88 |
Hex | E7 | D1 | F1 | 4 | D | 0 | 5 | 119 | 35 | 58 |
Octal | 347 | 321 | 361 | 4 | 15 | 0 | 5 | 431 | 65 | 130 |
Binary | 11100111 | 11010001 | 11110001 | 100 | 1101 | 0 | 101 | 100011001 | 110101 | 1011000 |
Color Harmonies of #E7D1F1
Complementary color
Monochromatic Colors of #E7D1F1
Black with #E7D1F1
Text Example
Text Example
White with #E7D1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D1F1; }
p { color: rgb(231,209,241); }
H1.HeaderClassName
{
color: #E7D1F1;
}
.AnyTagClassName
{
color: #E7D1F1;
}
</style>
background-color css
<style>
a { background-color: #E7D1F1; }
a { background-color: rgb(231,209,241); }
div.DivClassName
{
background-color: #E7D1F1;
}
.BgClassName
{
background-color: #E7D1F1;
}
</style>
border-color css
<style>
span { border-color: #E7D1F1; }
span { border-color: rgb(231,209,241); }
td.TdClassName
{
border-color: #E7D1F1;
}
.TagClassName
{
border-color: #E7D1F1;
}
</style>