Shades of Blue Chalk #EED7F4
Tints of Blue Chalk #EED7F4
RGB
CMYK
RGB Variations
Color information
#EED7F4 (or 0xEED7F4) is known color: Blue Chalk. HEX triplet: EE, D7 and F4. RGB value is (238,215,244). Sum of RGB (Red+Green+Blue) = 238+215+244=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 215 (84.38% from 255 or 30.85% from 697); Blue value is 244 (95.70% from 255 or 35.01% from 697); Max value from RGB is 244 - color contains mainly: blue. Hex color #EED7F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED7F4 is #11280B. Grayscale: #E1E1E1. Windows color (decimal): -1124364 or 16046062. OLE color: 16046062.
HSL color Cylindrical-coordinate representation of color #EED7F4: hue angle of 287.59º degrees, saturation: 0.57, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED7F4 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 215 | 244 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.04 |
| HSL | 287.59º | 0.57% | 0.9% | - |
| HSV(B) | 287.59º | 0.12% | 0.96% | - |
| XYZ | 75.89 | 73.31 | 95.74 | - |
| YUV | 225.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 244 | 0.02 | 0.12 | 0 | 0.04 | 287.59 | 0.57 | 0.9 |
| Hex | EE | D7 | F4 | 2 | C | 0 | 4 | 120 | 39 | 5A |
| Octal | 356 | 327 | 364 | 2 | 14 | 0 | 4 | 440 | 71 | 132 |
| Binary | 11101110 | 11010111 | 11110100 | 10 | 1100 | 0 | 100 | 100100000 | 111001 | 1011010 |
Color Harmonies of #EED7F4
Complementary color
Monochromatic Colors of #EED7F4
Black with #EED7F4
Text Example
Text Example
White with #EED7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED7F4; }
p { color: rgb(238,215,244); }
H1.HeaderClassName
{
color: #EED7F4;
}
.AnyTagClassName
{
color: #EED7F4;
}
</style>
background-color css
<style>
a { background-color: #EED7F4; }
a { background-color: rgb(238,215,244); }
div.DivClassName
{
background-color: #EED7F4;
}
.BgClassName
{
background-color: #EED7F4;
}
</style>
border-color css
<style>
span { border-color: #EED7F4; }
span { border-color: rgb(238,215,244); }
td.TdClassName
{
border-color: #EED7F4;
}
.TagClassName
{
border-color: #EED7F4;
}
</style>