Shades of Blue Chalk #EED6F4
Tints of Blue Chalk #EED6F4
RGB
CMYK
RGB Variations
Color information
#EED6F4 (or 0xEED6F4) is known color: Blue Chalk. HEX triplet: EE, D6 and F4. RGB value is (238,214,244). Sum of RGB (Red+Green+Blue) = 238+214+244=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 214 (83.98% from 255 or 30.75% from 696); Blue value is 244 (95.70% from 255 or 35.06% from 696); Max value from RGB is 244 - color contains mainly: blue. Hex color #EED6F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6F4 is #11290B. Grayscale: #E0E0E0. Windows color (decimal): -1124620 or 16045806. OLE color: 16045806.
HSL color Cylindrical-coordinate representation of color #EED6F4: hue angle of 288º degrees, saturation: 0.58, 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 #EED6F4 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 214 | 244 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.04 |
| HSL | 288º | 0.58% | 0.9% | - |
| HSV(B) | 288º | 0.12% | 0.96% | - |
| XYZ | 75.64 | 72.8 | 95.65 | - |
| YUV | 224.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 244 | 0.02 | 0.12 | 0 | 0.04 | 288 | 0.58 | 0.9 |
| Hex | EE | D6 | F4 | 2 | C | 0 | 4 | 120 | 3A | 5A |
| Octal | 356 | 326 | 364 | 2 | 14 | 0 | 4 | 440 | 72 | 132 |
| Binary | 11101110 | 11010110 | 11110100 | 10 | 1100 | 0 | 100 | 100100000 | 111010 | 1011010 |
Color Harmonies of #EED6F4
Complementary color
Monochromatic Colors of #EED6F4
Black with #EED6F4
Text Example
Text Example
White with #EED6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6F4; }
p { color: rgb(238,214,244); }
H1.HeaderClassName
{
color: #EED6F4;
}
.AnyTagClassName
{
color: #EED6F4;
}
</style>
background-color css
<style>
a { background-color: #EED6F4; }
a { background-color: rgb(238,214,244); }
div.DivClassName
{
background-color: #EED6F4;
}
.BgClassName
{
background-color: #EED6F4;
}
</style>
border-color css
<style>
span { border-color: #EED6F4; }
span { border-color: rgb(238,214,244); }
td.TdClassName
{
border-color: #EED6F4;
}
.TagClassName
{
border-color: #EED6F4;
}
</style>