Shades of Blue Chalk #EDD9FC
Tints of Blue Chalk #EDD9FC
RGB
CMYK
RGB Variations
Color information
#EDD9FC (or 0xEDD9FC) is known color: Blue Chalk. HEX triplet: ED, D9 and FC. RGB value is (237,217,252). Sum of RGB (Red+Green+Blue) = 237+217+252=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 217 (85.16% from 255 or 30.74% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDD9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9FC is #122603. Grayscale: #E2E2E2. Windows color (decimal): -1189380 or 16570861. OLE color: 16570861.
HSL color Cylindrical-coordinate representation of color #EDD9FC: hue angle of 274.29º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD9FC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 217 | 252 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.01 |
| HSL | 274.29º | 0.85% | 0.92% | - |
| HSV(B) | 274.29º | 0.14% | 0.99% | - |
| XYZ | 77.31 | 74.66 | 102.43 | - |
| YUV | 226.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 252 | 0.06 | 0.14 | 0 | 0.01 | 274.29 | 0.85 | 0.92 |
| Hex | ED | D9 | FC | 6 | E | 0 | 1 | 112 | 55 | 5C |
| Octal | 355 | 331 | 374 | 6 | 16 | 0 | 1 | 422 | 125 | 134 |
| Binary | 11101101 | 11011001 | 11111100 | 110 | 1110 | 0 | 1 | 100010010 | 1010101 | 1011100 |
Color Harmonies of #EDD9FC
Complementary color
Monochromatic Colors of #EDD9FC
Black with #EDD9FC
Text Example
Text Example
White with #EDD9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9FC; }
p { color: rgb(237,217,252); }
H1.HeaderClassName
{
color: #EDD9FC;
}
.AnyTagClassName
{
color: #EDD9FC;
}
</style>
background-color css
<style>
a { background-color: #EDD9FC; }
a { background-color: rgb(237,217,252); }
div.DivClassName
{
background-color: #EDD9FC;
}
.BgClassName
{
background-color: #EDD9FC;
}
</style>
border-color css
<style>
span { border-color: #EDD9FC; }
span { border-color: rgb(237,217,252); }
td.TdClassName
{
border-color: #EDD9FC;
}
.TagClassName
{
border-color: #EDD9FC;
}
</style>