Shades of Blue Chalk #EED1FA
Tints of Blue Chalk #EED1FA
RGB
CMYK
RGB Variations
Color information
#EED1FA (or 0xEED1FA) is known color: Blue Chalk. HEX triplet: EE, D1 and FA. RGB value is (238,209,250). Sum of RGB (Red+Green+Blue) = 238+209+250=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 209 (82.03% from 255 or 29.99% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #EED1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1FA is #112E05. Grayscale: #DEDEDE. Windows color (decimal): -1125894 or 16437742. OLE color: 16437742.
HSL color Cylindrical-coordinate representation of color #EED1FA: hue angle of 282.44º degrees, saturation: 0.8, 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 #EED1FA is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 209 | 250 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.02 |
| HSL | 282.44º | 0.8% | 0.9% | - |
| HSV(B) | 282.44º | 0.16% | 0.98% | - |
| XYZ | 75.32 | 70.68 | 100.12 | - |
| YUV | 222.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 250 | 0.05 | 0.16 | 0 | 0.02 | 282.44 | 0.8 | 0.9 |
| Hex | EE | D1 | FA | 5 | 10 | 0 | 2 | 11A | 50 | 5A |
| Octal | 356 | 321 | 372 | 5 | 20 | 0 | 2 | 432 | 120 | 132 |
| Binary | 11101110 | 11010001 | 11111010 | 101 | 10000 | 0 | 10 | 100011010 | 1010000 | 1011010 |
Color Harmonies of #EED1FA
Complementary color
Monochromatic Colors of #EED1FA
Black with #EED1FA
Text Example
Text Example
White with #EED1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1FA; }
p { color: rgb(238,209,250); }
H1.HeaderClassName
{
color: #EED1FA;
}
.AnyTagClassName
{
color: #EED1FA;
}
</style>
background-color css
<style>
a { background-color: #EED1FA; }
a { background-color: rgb(238,209,250); }
div.DivClassName
{
background-color: #EED1FA;
}
.BgClassName
{
background-color: #EED1FA;
}
</style>
border-color css
<style>
span { border-color: #EED1FA; }
span { border-color: rgb(238,209,250); }
td.TdClassName
{
border-color: #EED1FA;
}
.TagClassName
{
border-color: #EED1FA;
}
</style>