Shades of Blue Chalk #EED8F4
Tints of Blue Chalk #EED8F4
RGB
CMYK
RGB Variations
Color information
#EED8F4 (or 0xEED8F4) is known color: Blue Chalk. HEX triplet: EE, D8 and F4. RGB value is (238,216,244). Sum of RGB (Red+Green+Blue) = 238+216+244=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 216 (84.77% from 255 or 30.95% from 698); Blue value is 244 (95.70% from 255 or 34.96% from 698); Max value from RGB is 244 - color contains mainly: blue. Hex color #EED8F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8F4 is #11270B. Grayscale: #E1E1E1. Windows color (decimal): -1124108 or 16046318. OLE color: 16046318.
HSL color Cylindrical-coordinate representation of color #EED8F4: hue angle of 287.14º degrees, saturation: 0.56, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED8F4 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 216 | 244 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.04 |
| HSL | 287.14º | 0.56% | 0.9% | - |
| HSV(B) | 287.14º | 0.11% | 0.96% | - |
| XYZ | 76.14 | 73.82 | 95.82 | - |
| YUV | 225.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 244 | 0.02 | 0.11 | 0 | 0.04 | 287.14 | 0.56 | 0.9 |
| Hex | EE | D8 | F4 | 2 | B | 0 | 4 | 11F | 38 | 5A |
| Octal | 356 | 330 | 364 | 2 | 13 | 0 | 4 | 437 | 70 | 132 |
| Binary | 11101110 | 11011000 | 11110100 | 10 | 1011 | 0 | 100 | 100011111 | 111000 | 1011010 |
Color Harmonies of #EED8F4
Complementary color
Monochromatic Colors of #EED8F4
Black with #EED8F4
Text Example
Text Example
White with #EED8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8F4; }
p { color: rgb(238,216,244); }
H1.HeaderClassName
{
color: #EED8F4;
}
.AnyTagClassName
{
color: #EED8F4;
}
</style>
background-color css
<style>
a { background-color: #EED8F4; }
a { background-color: rgb(238,216,244); }
div.DivClassName
{
background-color: #EED8F4;
}
.BgClassName
{
background-color: #EED8F4;
}
</style>
border-color css
<style>
span { border-color: #EED8F4; }
span { border-color: rgb(238,216,244); }
td.TdClassName
{
border-color: #EED8F4;
}
.TagClassName
{
border-color: #EED8F4;
}
</style>