Shades of Blue Chalk #EDD9FE
Tints of Blue Chalk #EDD9FE
RGB
CMYK
RGB Variations
Color information
#EDD9FE (or 0xEDD9FE) is known color: Blue Chalk. HEX triplet: ED, D9 and FE. RGB value is (237,217,254). Sum of RGB (Red+Green+Blue) = 237+217+254=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 217 (85.16% from 255 or 30.65% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDD9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9FE is #122601. Grayscale: #E3E3E3. Windows color (decimal): -1189378 or 16701933. OLE color: 16701933.
HSL color Cylindrical-coordinate representation of color #EDD9FE: hue angle of 272.43º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDD9FE is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 217 | 254 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.00 |
| HSL | 272.43º | 0.95% | 0.92% | - |
| HSV(B) | 272.43º | 0.15% | 1% | - |
| XYZ | 77.63 | 74.79 | 104.11 | - |
| YUV | 227.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 254 | 0.07 | 0.15 | 0 | 0.00 | 272.43 | 0.95 | 0.92 |
| Hex | ED | D9 | FE | 7 | F | 0 | 0 | 110 | 5F | 5C |
| Octal | 355 | 331 | 376 | 7 | 17 | 0 | 0 | 420 | 137 | 134 |
| Binary | 11101101 | 11011001 | 11111110 | 111 | 1111 | 0 | 0 | 100010000 | 1011111 | 1011100 |
Color Harmonies of #EDD9FE
Complementary color
Monochromatic Colors of #EDD9FE
Black with #EDD9FE
Text Example
Text Example
White with #EDD9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9FE; }
p { color: rgb(237,217,254); }
H1.HeaderClassName
{
color: #EDD9FE;
}
.AnyTagClassName
{
color: #EDD9FE;
}
</style>
background-color css
<style>
a { background-color: #EDD9FE; }
a { background-color: rgb(237,217,254); }
div.DivClassName
{
background-color: #EDD9FE;
}
.BgClassName
{
background-color: #EDD9FE;
}
</style>
border-color css
<style>
span { border-color: #EDD9FE; }
span { border-color: rgb(237,217,254); }
td.TdClassName
{
border-color: #EDD9FE;
}
.TagClassName
{
border-color: #EDD9FE;
}
</style>