Shades of Blue Chalk #E7D7FD
Tints of Blue Chalk #E7D7FD
RGB
CMYK
RGB Variations
Color information
#E7D7FD (or 0xE7D7FD) is known color: Blue Chalk. HEX triplet: E7, D7 and FD. RGB value is (231,215,253). Sum of RGB (Red+Green+Blue) = 231+215+253=699 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.05% from 699); Green value is 215 (84.38% from 255 or 30.76% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7D7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D7FD is #182802. Grayscale: #DFDFDF. Windows color (decimal): -1583107 or 16635879. OLE color: 16635879.
HSL color Cylindrical-coordinate representation of color #E7D7FD: hue angle of 265.26º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7D7FD is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 231 | 215 | 253 | - |
CMYK | 0.09 | 0.15 | 0 | 0.01 |
HSL | 265.26º | 0.9% | 0.92% | - |
HSV(B) | 265.26º | 0.15% | 0.99% | - |
XYZ | 74.99 | 72.68 | 103.01 | - |
YUV | 224.12 | 144.3 | 132.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 215 | 253 | 0.09 | 0.15 | 0 | 0.01 | 265.26 | 0.9 | 0.92 |
Hex | E7 | D7 | FD | 9 | F | 0 | 1 | 109 | 5A | 5C |
Octal | 347 | 327 | 375 | 11 | 17 | 0 | 1 | 411 | 132 | 134 |
Binary | 11100111 | 11010111 | 11111101 | 1001 | 1111 | 0 | 1 | 100001001 | 1011010 | 1011100 |
Color Harmonies of #E7D7FD
Complementary color
Monochromatic Colors of #E7D7FD
Black with #E7D7FD
Text Example
Text Example
White with #E7D7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D7FD; }
p { color: rgb(231,215,253); }
H1.HeaderClassName
{
color: #E7D7FD;
}
.AnyTagClassName
{
color: #E7D7FD;
}
</style>
background-color css
<style>
a { background-color: #E7D7FD; }
a { background-color: rgb(231,215,253); }
div.DivClassName
{
background-color: #E7D7FD;
}
.BgClassName
{
background-color: #E7D7FD;
}
</style>
border-color css
<style>
span { border-color: #E7D7FD; }
span { border-color: rgb(231,215,253); }
td.TdClassName
{
border-color: #E7D7FD;
}
.TagClassName
{
border-color: #E7D7FD;
}
</style>