Shades of Blue Chalk #EDD9FA
Tints of Blue Chalk #EDD9FA
RGB
CMYK
RGB Variations
Color information
#EDD9FA (or 0xEDD9FA) is known color: Blue Chalk. HEX triplet: ED, D9 and FA. RGB value is (237,217,250). Sum of RGB (Red+Green+Blue) = 237+217+250=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 217 (85.16% from 255 or 30.82% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDD9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9FA is #122605. Grayscale: #E2E2E2. Windows color (decimal): -1189382 or 16439789. OLE color: 16439789.
HSL color Cylindrical-coordinate representation of color #EDD9FA: hue angle of 276.36º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDD9FA is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 217 | 250 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.02 |
| HSL | 276.36º | 0.77% | 0.92% | - |
| HSV(B) | 276.36º | 0.13% | 0.98% | - |
| XYZ | 76.99 | 74.53 | 100.77 | - |
| YUV | 226.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 250 | 0.05 | 0.13 | 0 | 0.02 | 276.36 | 0.77 | 0.92 |
| Hex | ED | D9 | FA | 5 | D | 0 | 2 | 114 | 4D | 5C |
| Octal | 355 | 331 | 372 | 5 | 15 | 0 | 2 | 424 | 115 | 134 |
| Binary | 11101101 | 11011001 | 11111010 | 101 | 1101 | 0 | 10 | 100010100 | 1001101 | 1011100 |
Color Harmonies of #EDD9FA
Complementary color
Monochromatic Colors of #EDD9FA
Black with #EDD9FA
Text Example
Text Example
White with #EDD9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9FA; }
p { color: rgb(237,217,250); }
H1.HeaderClassName
{
color: #EDD9FA;
}
.AnyTagClassName
{
color: #EDD9FA;
}
</style>
background-color css
<style>
a { background-color: #EDD9FA; }
a { background-color: rgb(237,217,250); }
div.DivClassName
{
background-color: #EDD9FA;
}
.BgClassName
{
background-color: #EDD9FA;
}
</style>
border-color css
<style>
span { border-color: #EDD9FA; }
span { border-color: rgb(237,217,250); }
td.TdClassName
{
border-color: #EDD9FA;
}
.TagClassName
{
border-color: #EDD9FA;
}
</style>