Shades of Blue Chalk #E7D9F3
Tints of Blue Chalk #E7D9F3
RGB
CMYK
RGB Variations
Color information
#E7D9F3 (or 0xE7D9F3) is known color: Blue Chalk. HEX triplet: E7, D9 and F3. RGB value is (231,217,243). Sum of RGB (Red+Green+Blue) = 231+217+243=691 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.43% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 243 - color contains mainly: blue. Hex color #E7D9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D9F3 is #18260C. Grayscale: #E0E0E0. Windows color (decimal): -1582605 or 15981031. OLE color: 15981031.
HSL color Cylindrical-coordinate representation of color #E7D9F3: hue angle of 272.31º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7D9F3 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 231 | 217 | 243 | - |
CMYK | 0.05 | 0.11 | 0 | 0.05 |
HSL | 272.31º | 0.52% | 0.9% | - |
HSV(B) | 272.31º | 0.11% | 0.95% | - |
XYZ | 73.95 | 73.09 | 95 | - |
YUV | 224.15 | 138.64 | 132.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 217 | 243 | 0.05 | 0.11 | 0 | 0.05 | 272.31 | 0.52 | 0.9 |
Hex | E7 | D9 | F3 | 5 | B | 0 | 5 | 110 | 34 | 5A |
Octal | 347 | 331 | 363 | 5 | 13 | 0 | 5 | 420 | 64 | 132 |
Binary | 11100111 | 11011001 | 11110011 | 101 | 1011 | 0 | 101 | 100010000 | 110100 | 1011010 |
Color Harmonies of #E7D9F3
Complementary color
Monochromatic Colors of #E7D9F3
Black with #E7D9F3
Text Example
Text Example
White with #E7D9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D9F3; }
p { color: rgb(231,217,243); }
H1.HeaderClassName
{
color: #E7D9F3;
}
.AnyTagClassName
{
color: #E7D9F3;
}
</style>
background-color css
<style>
a { background-color: #E7D9F3; }
a { background-color: rgb(231,217,243); }
div.DivClassName
{
background-color: #E7D9F3;
}
.BgClassName
{
background-color: #E7D9F3;
}
</style>
border-color css
<style>
span { border-color: #E7D9F3; }
span { border-color: rgb(231,217,243); }
td.TdClassName
{
border-color: #E7D9F3;
}
.TagClassName
{
border-color: #E7D9F3;
}
</style>