Shades of Blue Chalk #EDD0F8
Tints of Blue Chalk #EDD0F8
RGB
CMYK
RGB Variations
Color information
#EDD0F8 (or 0xEDD0F8) is known color: Blue Chalk. HEX triplet: ED, D0 and F8. RGB value is (237,208,248). Sum of RGB (Red+Green+Blue) = 237+208+248=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 208 (81.64% from 255 or 30.01% from 693); Blue value is 248 (97.27% from 255 or 35.79% from 693); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDD0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0F8 is #122F07. Grayscale: #DDDDDD. Windows color (decimal): -1191688 or 16306413. OLE color: 16306413.
HSL color Cylindrical-coordinate representation of color #EDD0F8: hue angle of 283.5º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDD0F8 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 208 | 248 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.03 |
| HSL | 283.5º | 0.74% | 0.89% | - |
| HSV(B) | 283.5º | 0.16% | 0.97% | - |
| XYZ | 74.42 | 69.89 | 98.38 | - |
| YUV | 221.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 248 | 0.04 | 0.16 | 0 | 0.03 | 283.5 | 0.74 | 0.89 |
| Hex | ED | D0 | F8 | 4 | 10 | 0 | 3 | 11C | 4A | 59 |
| Octal | 355 | 320 | 370 | 4 | 20 | 0 | 3 | 434 | 112 | 131 |
| Binary | 11101101 | 11010000 | 11111000 | 100 | 10000 | 0 | 11 | 100011100 | 1001010 | 1011001 |
Color Harmonies of #EDD0F8
Complementary color
Monochromatic Colors of #EDD0F8
Black with #EDD0F8
Text Example
Text Example
White with #EDD0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0F8; }
p { color: rgb(237,208,248); }
H1.HeaderClassName
{
color: #EDD0F8;
}
.AnyTagClassName
{
color: #EDD0F8;
}
</style>
background-color css
<style>
a { background-color: #EDD0F8; }
a { background-color: rgb(237,208,248); }
div.DivClassName
{
background-color: #EDD0F8;
}
.BgClassName
{
background-color: #EDD0F8;
}
</style>
border-color css
<style>
span { border-color: #EDD0F8; }
span { border-color: rgb(237,208,248); }
td.TdClassName
{
border-color: #EDD0F8;
}
.TagClassName
{
border-color: #EDD0F8;
}
</style>