Shades of Blue Chalk #EED8FF
Tints of Blue Chalk #EED8FF
RGB
CMYK
RGB Variations
Color information
#EED8FF (or 0xEED8FF) is known color: Blue Chalk. HEX triplet: EE, D8 and FF. RGB value is (238,216,255). Sum of RGB (Red+Green+Blue) = 238+216+255=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 216 (84.77% from 255 or 30.47% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #EED8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8FF is #112700. Grayscale: #E2E2E2. Windows color (decimal): -1124097 or 16767214. OLE color: 16767214.
HSL color Cylindrical-coordinate representation of color #EED8FF: hue angle of 273.85º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EED8FF is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 216 | 255 | - |
| CMYK | 0.07 | 0.15 | 0 | 0 |
| HSL | 273.85º | 1% | 0.92% | - |
| HSV(B) | 273.85º | 0.15% | 1% | - |
| XYZ | 77.87 | 74.51 | 104.89 | - |
| YUV | 227.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 255 | 0.07 | 0.15 | 0 | 0 | 273.85 | 1 | 0.92 |
| Hex | EE | D8 | FF | 7 | F | 0 | 0 | 112 | 64 | 5C |
| Octal | 356 | 330 | 377 | 7 | 17 | 0 | 0 | 422 | 144 | 134 |
| Binary | 11101110 | 11011000 | 11111111 | 111 | 1111 | 0 | 0 | 100010010 | 1100100 | 1011100 |
Color Harmonies of #EED8FF
Complementary color
Monochromatic Colors of #EED8FF
Black with #EED8FF
Text Example
Text Example
White with #EED8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8FF; }
p { color: rgb(238,216,255); }
H1.HeaderClassName
{
color: #EED8FF;
}
.AnyTagClassName
{
color: #EED8FF;
}
</style>
background-color css
<style>
a { background-color: #EED8FF; }
a { background-color: rgb(238,216,255); }
div.DivClassName
{
background-color: #EED8FF;
}
.BgClassName
{
background-color: #EED8FF;
}
</style>
border-color css
<style>
span { border-color: #EED8FF; }
span { border-color: rgb(238,216,255); }
td.TdClassName
{
border-color: #EED8FF;
}
.TagClassName
{
border-color: #EED8FF;
}
</style>