Shades of Blue Chalk #EED9F7
Tints of Blue Chalk #EED9F7
RGB
CMYK
RGB Variations
Color information
#EED9F7 (or 0xEED9F7) is known color: Blue Chalk. HEX triplet: EE, D9 and F7. RGB value is (238,217,247). Sum of RGB (Red+Green+Blue) = 238+217+247=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 217 (85.16% from 255 or 30.91% from 702); Blue value is 247 (96.88% from 255 or 35.19% from 702); Max value from RGB is 247 - color contains mainly: blue. Hex color #EED9F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9F7 is #112608. Grayscale: #E2E2E2. Windows color (decimal): -1123849 or 16243182. OLE color: 16243182.
HSL color Cylindrical-coordinate representation of color #EED9F7: hue angle of 282º degrees, saturation: 0.65, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED9F7 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 217 | 247 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.03 |
| HSL | 282º | 0.65% | 0.91% | - |
| HSV(B) | 282º | 0.12% | 0.97% | - |
| XYZ | 76.86 | 74.52 | 98.33 | - |
| YUV | 226.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 247 | 0.04 | 0.12 | 0 | 0.03 | 282 | 0.65 | 0.91 |
| Hex | EE | D9 | F7 | 4 | C | 0 | 3 | 11A | 41 | 5B |
| Octal | 356 | 331 | 367 | 4 | 14 | 0 | 3 | 432 | 101 | 133 |
| Binary | 11101110 | 11011001 | 11110111 | 100 | 1100 | 0 | 11 | 100011010 | 1000001 | 1011011 |
Color Harmonies of #EED9F7
Complementary color
Monochromatic Colors of #EED9F7
Black with #EED9F7
Text Example
Text Example
White with #EED9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9F7; }
p { color: rgb(238,217,247); }
H1.HeaderClassName
{
color: #EED9F7;
}
.AnyTagClassName
{
color: #EED9F7;
}
</style>
background-color css
<style>
a { background-color: #EED9F7; }
a { background-color: rgb(238,217,247); }
div.DivClassName
{
background-color: #EED9F7;
}
.BgClassName
{
background-color: #EED9F7;
}
</style>
border-color css
<style>
span { border-color: #EED9F7; }
span { border-color: rgb(238,217,247); }
td.TdClassName
{
border-color: #EED9F7;
}
.TagClassName
{
border-color: #EED9F7;
}
</style>