Shades of Blue Chalk #EED2FA
Tints of Blue Chalk #EED2FA
RGB
CMYK
RGB Variations
Color information
#EED2FA (or 0xEED2FA) is known color: Blue Chalk. HEX triplet: EE, D2 and FA. RGB value is (238,210,250). Sum of RGB (Red+Green+Blue) = 238+210+250=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 210 (82.42% from 255 or 30.09% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #EED2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2FA is #112D05. Grayscale: #DEDEDE. Windows color (decimal): -1125638 or 16437998. OLE color: 16437998.
HSL color Cylindrical-coordinate representation of color #EED2FA: hue angle of 282º 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 #EED2FA is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 210 | 250 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.02 |
| HSL | 282º | 0.8% | 0.9% | - |
| HSV(B) | 282º | 0.16% | 0.98% | - |
| XYZ | 75.56 | 71.17 | 100.2 | - |
| YUV | 222.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 250 | 0.05 | 0.16 | 0 | 0.02 | 282 | 0.8 | 0.9 |
| Hex | EE | D2 | FA | 5 | 10 | 0 | 2 | 11A | 50 | 5A |
| Octal | 356 | 322 | 372 | 5 | 20 | 0 | 2 | 432 | 120 | 132 |
| Binary | 11101110 | 11010010 | 11111010 | 101 | 10000 | 0 | 10 | 100011010 | 1010000 | 1011010 |
Color Harmonies of #EED2FA
Complementary color
Monochromatic Colors of #EED2FA
Black with #EED2FA
Text Example
Text Example
White with #EED2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2FA; }
p { color: rgb(238,210,250); }
H1.HeaderClassName
{
color: #EED2FA;
}
.AnyTagClassName
{
color: #EED2FA;
}
</style>
background-color css
<style>
a { background-color: #EED2FA; }
a { background-color: rgb(238,210,250); }
div.DivClassName
{
background-color: #EED2FA;
}
.BgClassName
{
background-color: #EED2FA;
}
</style>
border-color css
<style>
span { border-color: #EED2FA; }
span { border-color: rgb(238,210,250); }
td.TdClassName
{
border-color: #EED2FA;
}
.TagClassName
{
border-color: #EED2FA;
}
</style>