Shades of Blue Chalk #EED2F9
Tints of Blue Chalk #EED2F9
RGB
CMYK
RGB Variations
Color information
#EED2F9 (or 0xEED2F9) is known color: Blue Chalk. HEX triplet: EE, D2 and F9. RGB value is (238,210,249). Sum of RGB (Red+Green+Blue) = 238+210+249=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 210 (82.42% from 255 or 30.13% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 249 - color contains mainly: blue. Hex color #EED2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2F9 is #112D06. Grayscale: #DEDEDE. Windows color (decimal): -1125639 or 16372462. OLE color: 16372462.
HSL color Cylindrical-coordinate representation of color #EED2F9: hue angle of 283.08º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EED2F9 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 210 | 249 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.02 |
| HSL | 283.08º | 0.76% | 0.9% | - |
| HSV(B) | 283.08º | 0.16% | 0.98% | - |
| XYZ | 75.41 | 71.11 | 99.37 | - |
| YUV | 222.82 | 142.78 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 249 | 0.04 | 0.16 | 0 | 0.02 | 283.08 | 0.76 | 0.9 |
| Hex | EE | D2 | F9 | 4 | 10 | 0 | 2 | 11B | 4C | 5A |
| Octal | 356 | 322 | 371 | 4 | 20 | 0 | 2 | 433 | 114 | 132 |
| Binary | 11101110 | 11010010 | 11111001 | 100 | 10000 | 0 | 10 | 100011011 | 1001100 | 1011010 |
Color Harmonies of #EED2F9
Complementary color
Monochromatic Colors of #EED2F9
Black with #EED2F9
Text Example
Text Example
White with #EED2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2F9; }
p { color: rgb(238,210,249); }
H1.HeaderClassName
{
color: #EED2F9;
}
.AnyTagClassName
{
color: #EED2F9;
}
</style>
background-color css
<style>
a { background-color: #EED2F9; }
a { background-color: rgb(238,210,249); }
div.DivClassName
{
background-color: #EED2F9;
}
.BgClassName
{
background-color: #EED2F9;
}
</style>
border-color css
<style>
span { border-color: #EED2F9; }
span { border-color: rgb(238,210,249); }
td.TdClassName
{
border-color: #EED2F9;
}
.TagClassName
{
border-color: #EED2F9;
}
</style>