Shades of Blue Chalk #EDD9F5
Tints of Blue Chalk #EDD9F5
RGB
CMYK
RGB Variations
Color information
#EDD9F5 (or 0xEDD9F5) is known color: Blue Chalk. HEX triplet: ED, D9 and F5. RGB value is (237,217,245). Sum of RGB (Red+Green+Blue) = 237+217+245=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 217 (85.16% from 255 or 31.04% from 699); Blue value is 245 (96.09% from 255 or 35.05% from 699); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDD9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9F5 is #12260A. Grayscale: #E2E2E2. Windows color (decimal): -1189387 or 16112109. OLE color: 16112109.
HSL color Cylindrical-coordinate representation of color #EDD9F5: hue angle of 282.86º degrees, saturation: 0.58, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDD9F5 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 217 | 245 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.04 |
| HSL | 282.86º | 0.58% | 0.91% | - |
| HSV(B) | 282.86º | 0.11% | 0.96% | - |
| XYZ | 76.22 | 74.22 | 96.7 | - |
| YUV | 226.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 245 | 0.03 | 0.11 | 0 | 0.04 | 282.86 | 0.58 | 0.91 |
| Hex | ED | D9 | F5 | 3 | B | 0 | 4 | 11B | 3A | 5B |
| Octal | 355 | 331 | 365 | 3 | 13 | 0 | 4 | 433 | 72 | 133 |
| Binary | 11101101 | 11011001 | 11110101 | 11 | 1011 | 0 | 100 | 100011011 | 111010 | 1011011 |
Color Harmonies of #EDD9F5
Complementary color
Monochromatic Colors of #EDD9F5
Black with #EDD9F5
Text Example
Text Example
White with #EDD9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9F5; }
p { color: rgb(237,217,245); }
H1.HeaderClassName
{
color: #EDD9F5;
}
.AnyTagClassName
{
color: #EDD9F5;
}
</style>
background-color css
<style>
a { background-color: #EDD9F5; }
a { background-color: rgb(237,217,245); }
div.DivClassName
{
background-color: #EDD9F5;
}
.BgClassName
{
background-color: #EDD9F5;
}
</style>
border-color css
<style>
span { border-color: #EDD9F5; }
span { border-color: rgb(237,217,245); }
td.TdClassName
{
border-color: #EDD9F5;
}
.TagClassName
{
border-color: #EDD9F5;
}
</style>