Shades of Blue Chalk #EED0F7
Tints of Blue Chalk #EED0F7
RGB
CMYK
RGB Variations
Color information
#EED0F7 (or 0xEED0F7) is known color: Blue Chalk. HEX triplet: EE, D0 and F7. RGB value is (238,208,247). Sum of RGB (Red+Green+Blue) = 238+208+247=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 208 (81.64% from 255 or 30.01% from 693); Blue value is 247 (96.88% from 255 or 35.64% from 693); Max value from RGB is 247 - color contains mainly: blue. Hex color #EED0F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED0F7 is #112F08. Grayscale: #DDDDDD. Windows color (decimal): -1126153 or 16240878. OLE color: 16240878.
HSL color Cylindrical-coordinate representation of color #EED0F7: hue angle of 286.15º degrees, saturation: 0.71, 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 #EED0F7 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 208 | 247 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.03 |
| HSL | 286.15º | 0.71% | 0.89% | - |
| HSV(B) | 286.15º | 0.16% | 0.97% | - |
| XYZ | 74.6 | 70 | 97.58 | - |
| YUV | 221.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 247 | 0.04 | 0.16 | 0 | 0.03 | 286.15 | 0.71 | 0.89 |
| Hex | EE | D0 | F7 | 4 | 10 | 0 | 3 | 11E | 47 | 59 |
| Octal | 356 | 320 | 367 | 4 | 20 | 0 | 3 | 436 | 107 | 131 |
| Binary | 11101110 | 11010000 | 11110111 | 100 | 10000 | 0 | 11 | 100011110 | 1000111 | 1011001 |
Color Harmonies of #EED0F7
Complementary color
Monochromatic Colors of #EED0F7
Black with #EED0F7
Text Example
Text Example
White with #EED0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0F7; }
p { color: rgb(238,208,247); }
H1.HeaderClassName
{
color: #EED0F7;
}
.AnyTagClassName
{
color: #EED0F7;
}
</style>
background-color css
<style>
a { background-color: #EED0F7; }
a { background-color: rgb(238,208,247); }
div.DivClassName
{
background-color: #EED0F7;
}
.BgClassName
{
background-color: #EED0F7;
}
</style>
border-color css
<style>
span { border-color: #EED0F7; }
span { border-color: rgb(238,208,247); }
td.TdClassName
{
border-color: #EED0F7;
}
.TagClassName
{
border-color: #EED0F7;
}
</style>