Shades of Blue Chalk #EED3F9
Tints of Blue Chalk #EED3F9
RGB
CMYK
RGB Variations
Color information
#EED3F9 (or 0xEED3F9) is known color: Blue Chalk. HEX triplet: EE, D3 and F9. RGB value is (238,211,249). Sum of RGB (Red+Green+Blue) = 238+211+249=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 211 (82.81% from 255 or 30.23% from 698); Blue value is 249 (97.66% from 255 or 35.67% from 698); Max value from RGB is 249 - color contains mainly: blue. Hex color #EED3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED3F9 is #112C06. Grayscale: #DFDFDF. Windows color (decimal): -1125383 or 16372718. OLE color: 16372718.
HSL color Cylindrical-coordinate representation of color #EED3F9: hue angle of 282.63º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EED3F9 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 211 | 249 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.02 |
| HSL | 282.63º | 0.76% | 0.9% | - |
| HSV(B) | 282.63º | 0.15% | 0.98% | - |
| XYZ | 75.65 | 71.61 | 99.46 | - |
| YUV | 223.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 249 | 0.04 | 0.15 | 0 | 0.02 | 282.63 | 0.76 | 0.9 |
| Hex | EE | D3 | F9 | 4 | F | 0 | 2 | 11B | 4C | 5A |
| Octal | 356 | 323 | 371 | 4 | 17 | 0 | 2 | 433 | 114 | 132 |
| Binary | 11101110 | 11010011 | 11111001 | 100 | 1111 | 0 | 10 | 100011011 | 1001100 | 1011010 |
Color Harmonies of #EED3F9
Complementary color
Monochromatic Colors of #EED3F9
Black with #EED3F9
Text Example
Text Example
White with #EED3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3F9; }
p { color: rgb(238,211,249); }
H1.HeaderClassName
{
color: #EED3F9;
}
.AnyTagClassName
{
color: #EED3F9;
}
</style>
background-color css
<style>
a { background-color: #EED3F9; }
a { background-color: rgb(238,211,249); }
div.DivClassName
{
background-color: #EED3F9;
}
.BgClassName
{
background-color: #EED3F9;
}
</style>
border-color css
<style>
span { border-color: #EED3F9; }
span { border-color: rgb(238,211,249); }
td.TdClassName
{
border-color: #EED3F9;
}
.TagClassName
{
border-color: #EED3F9;
}
</style>