Shades of Blue Chalk #EED9F9
Tints of Blue Chalk #EED9F9
RGB
CMYK
RGB Variations
Color information
#EED9F9 (or 0xEED9F9) is known color: Blue Chalk. HEX triplet: EE, D9 and F9. RGB value is (238,217,249). Sum of RGB (Red+Green+Blue) = 238+217+249=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 217 (85.16% from 255 or 30.82% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 249 - color contains mainly: blue. Hex color #EED9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9F9 is #112606. Grayscale: #E2E2E2. Windows color (decimal): -1123847 or 16374254. OLE color: 16374254.
HSL color Cylindrical-coordinate representation of color #EED9F9: hue angle of 279.38º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EED9F9 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 217 | 249 | - |
CMYK | 0.04 | 0.13 | 0 | 0.02 |
HSL | 279.38º | 0.73% | 0.91% | - |
HSV(B) | 279.38º | 0.13% | 0.98% | - |
XYZ | 77.17 | 74.64 | 99.96 | - |
YUV | 226.93 | 140.46 | 135.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 217 | 249 | 0.04 | 0.13 | 0 | 0.02 | 279.38 | 0.73 | 0.91 |
Hex | EE | D9 | F9 | 4 | D | 0 | 2 | 117 | 49 | 5B |
Octal | 356 | 331 | 371 | 4 | 15 | 0 | 2 | 427 | 111 | 133 |
Binary | 11101110 | 11011001 | 11111001 | 100 | 1101 | 0 | 10 | 100010111 | 1001001 | 1011011 |
Color Harmonies of #EED9F9
Complementary color
Monochromatic Colors of #EED9F9
Black with #EED9F9
Text Example
Text Example
White with #EED9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9F9; }
p { color: rgb(238,217,249); }
H1.HeaderClassName
{
color: #EED9F9;
}
.AnyTagClassName
{
color: #EED9F9;
}
</style>
background-color css
<style>
a { background-color: #EED9F9; }
a { background-color: rgb(238,217,249); }
div.DivClassName
{
background-color: #EED9F9;
}
.BgClassName
{
background-color: #EED9F9;
}
</style>
border-color css
<style>
span { border-color: #EED9F9; }
span { border-color: rgb(238,217,249); }
td.TdClassName
{
border-color: #EED9F9;
}
.TagClassName
{
border-color: #EED9F9;
}
</style>