Shades of Blue Chalk #EED1F9
Tints of Blue Chalk #EED1F9
RGB
CMYK
RGB Variations
Color information
#EED1F9 (or 0xEED1F9) is known color: Blue Chalk. HEX triplet: EE, D1 and F9. RGB value is (238,209,249). Sum of RGB (Red+Green+Blue) = 238+209+249=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 209 (82.03% from 255 or 30.03% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #EED1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1F9 is #112E06. Grayscale: #DEDEDE. Windows color (decimal): -1125895 or 16372206. OLE color: 16372206.
HSL color Cylindrical-coordinate representation of color #EED1F9: hue angle of 283.5º degrees, saturation: 0.77, 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 #EED1F9 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 209 | 249 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.02 |
| HSL | 283.5º | 0.77% | 0.9% | - |
| HSV(B) | 283.5º | 0.16% | 0.98% | - |
| XYZ | 75.16 | 70.62 | 99.29 | - |
| YUV | 222.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 249 | 0.04 | 0.16 | 0 | 0.02 | 283.5 | 0.77 | 0.9 |
| Hex | EE | D1 | F9 | 4 | 10 | 0 | 2 | 11C | 4D | 5A |
| Octal | 356 | 321 | 371 | 4 | 20 | 0 | 2 | 434 | 115 | 132 |
| Binary | 11101110 | 11010001 | 11111001 | 100 | 10000 | 0 | 10 | 100011100 | 1001101 | 1011010 |
Color Harmonies of #EED1F9
Complementary color
Monochromatic Colors of #EED1F9
Black with #EED1F9
Text Example
Text Example
White with #EED1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1F9; }
p { color: rgb(238,209,249); }
H1.HeaderClassName
{
color: #EED1F9;
}
.AnyTagClassName
{
color: #EED1F9;
}
</style>
background-color css
<style>
a { background-color: #EED1F9; }
a { background-color: rgb(238,209,249); }
div.DivClassName
{
background-color: #EED1F9;
}
.BgClassName
{
background-color: #EED1F9;
}
</style>
border-color css
<style>
span { border-color: #EED1F9; }
span { border-color: rgb(238,209,249); }
td.TdClassName
{
border-color: #EED1F9;
}
.TagClassName
{
border-color: #EED1F9;
}
</style>