Shades of Blue Chalk #EDD9F9
Tints of Blue Chalk #EDD9F9
RGB
CMYK
RGB Variations
Color information
#EDD9F9 (or 0xEDD9F9) is known color: Blue Chalk. HEX triplet: ED, D9 and F9. RGB value is (237,217,249). Sum of RGB (Red+Green+Blue) = 237+217+249=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 217 (85.16% from 255 or 30.87% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDD9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9F9 is #122606. Grayscale: #E2E2E2. Windows color (decimal): -1189383 or 16374253. OLE color: 16374253.
HSL color Cylindrical-coordinate representation of color #EDD9F9: hue angle of 277.5º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDD9F9 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 217 | 249 | - |
CMYK | 0.05 | 0.13 | 0 | 0.02 |
HSL | 277.5º | 0.73% | 0.91% | - |
HSV(B) | 277.5º | 0.13% | 0.98% | - |
XYZ | 76.84 | 74.47 | 99.95 | - |
YUV | 226.63 | 140.63 | 135.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 217 | 249 | 0.05 | 0.13 | 0 | 0.02 | 277.5 | 0.73 | 0.91 |
Hex | ED | D9 | F9 | 5 | D | 0 | 2 | 116 | 49 | 5B |
Octal | 355 | 331 | 371 | 5 | 15 | 0 | 2 | 426 | 111 | 133 |
Binary | 11101101 | 11011001 | 11111001 | 101 | 1101 | 0 | 10 | 100010110 | 1001001 | 1011011 |
Color Harmonies of #EDD9F9
Complementary color
Monochromatic Colors of #EDD9F9
Black with #EDD9F9
Text Example
Text Example
White with #EDD9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9F9; }
p { color: rgb(237,217,249); }
H1.HeaderClassName
{
color: #EDD9F9;
}
.AnyTagClassName
{
color: #EDD9F9;
}
</style>
background-color css
<style>
a { background-color: #EDD9F9; }
a { background-color: rgb(237,217,249); }
div.DivClassName
{
background-color: #EDD9F9;
}
.BgClassName
{
background-color: #EDD9F9;
}
</style>
border-color css
<style>
span { border-color: #EDD9F9; }
span { border-color: rgb(237,217,249); }
td.TdClassName
{
border-color: #EDD9F9;
}
.TagClassName
{
border-color: #EDD9F9;
}
</style>