Shades of Blue Chalk #EDD7F6
Tints of Blue Chalk #EDD7F6
RGB
CMYK
RGB Variations
Color information
#EDD7F6 (or 0xEDD7F6) is known color: Blue Chalk. HEX triplet: ED, D7 and F6. RGB value is (237,215,246). Sum of RGB (Red+Green+Blue) = 237+215+246=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 215 (84.38% from 255 or 30.80% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDD7F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7F6 is #122809. Grayscale: #E1E1E1. Windows color (decimal): -1189898 or 16177133. OLE color: 16177133.
HSL color Cylindrical-coordinate representation of color #EDD7F6: hue angle of 282.58º degrees, saturation: 0.63, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDD7F6 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 215 | 246 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.04 |
| HSL | 282.58º | 0.63% | 0.9% | - |
| HSV(B) | 282.58º | 0.13% | 0.96% | - |
| XYZ | 75.86 | 73.26 | 97.33 | - |
| YUV | 225.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 246 | 0.04 | 0.13 | 0 | 0.04 | 282.58 | 0.63 | 0.9 |
| Hex | ED | D7 | F6 | 4 | D | 0 | 4 | 11B | 3F | 5A |
| Octal | 355 | 327 | 366 | 4 | 15 | 0 | 4 | 433 | 77 | 132 |
| Binary | 11101101 | 11010111 | 11110110 | 100 | 1101 | 0 | 100 | 100011011 | 111111 | 1011010 |
Color Harmonies of #EDD7F6
Complementary color
Monochromatic Colors of #EDD7F6
Black with #EDD7F6
Text Example
Text Example
White with #EDD7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD7F6; }
p { color: rgb(237,215,246); }
H1.HeaderClassName
{
color: #EDD7F6;
}
.AnyTagClassName
{
color: #EDD7F6;
}
</style>
background-color css
<style>
a { background-color: #EDD7F6; }
a { background-color: rgb(237,215,246); }
div.DivClassName
{
background-color: #EDD7F6;
}
.BgClassName
{
background-color: #EDD7F6;
}
</style>
border-color css
<style>
span { border-color: #EDD7F6; }
span { border-color: rgb(237,215,246); }
td.TdClassName
{
border-color: #EDD7F6;
}
.TagClassName
{
border-color: #EDD7F6;
}
</style>