Shades of Blue Chalk #EED8FA
Tints of Blue Chalk #EED8FA
RGB
CMYK
RGB Variations
Color information
#EED8FA (or 0xEED8FA) is known color: Blue Chalk. HEX triplet: EE, D8 and FA. RGB value is (238,216,250). Sum of RGB (Red+Green+Blue) = 238+216+250=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 216 (84.77% from 255 or 30.68% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #EED8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8FA is #112705. Grayscale: #E2E2E2. Windows color (decimal): -1124102 or 16439534. OLE color: 16439534.
HSL color Cylindrical-coordinate representation of color #EED8FA: hue angle of 278.82º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EED8FA is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 216 | 250 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.02 |
| HSL | 278.82º | 0.77% | 0.91% | - |
| HSV(B) | 278.82º | 0.14% | 0.98% | - |
| XYZ | 77.07 | 74.19 | 100.7 | - |
| YUV | 226.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 250 | 0.05 | 0.14 | 0 | 0.02 | 278.82 | 0.77 | 0.91 |
| Hex | EE | D8 | FA | 5 | E | 0 | 2 | 117 | 4D | 5B |
| Octal | 356 | 330 | 372 | 5 | 16 | 0 | 2 | 427 | 115 | 133 |
| Binary | 11101110 | 11011000 | 11111010 | 101 | 1110 | 0 | 10 | 100010111 | 1001101 | 1011011 |
Color Harmonies of #EED8FA
Complementary color
Monochromatic Colors of #EED8FA
Black with #EED8FA
Text Example
Text Example
White with #EED8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8FA; }
p { color: rgb(238,216,250); }
H1.HeaderClassName
{
color: #EED8FA;
}
.AnyTagClassName
{
color: #EED8FA;
}
</style>
background-color css
<style>
a { background-color: #EED8FA; }
a { background-color: rgb(238,216,250); }
div.DivClassName
{
background-color: #EED8FA;
}
.BgClassName
{
background-color: #EED8FA;
}
</style>
border-color css
<style>
span { border-color: #EED8FA; }
span { border-color: rgb(238,216,250); }
td.TdClassName
{
border-color: #EED8FA;
}
.TagClassName
{
border-color: #EED8FA;
}
</style>