Shades of Blue Chalk #EEC8F7
Tints of Blue Chalk #EEC8F7
RGB
CMYK
RGB Variations
Color information
#EEC8F7 (or 0xEEC8F7) is known color: Blue Chalk. HEX triplet: EE, C8 and F7. RGB value is (238,200,247). Sum of RGB (Red+Green+Blue) = 238+200+247=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 200 (78.52% from 255 or 29.20% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 247 - color contains mainly: blue. Hex color #EEC8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC8F7 is #113708. Grayscale: #D8D8D8. Windows color (decimal): -1128201 or 16238830. OLE color: 16238830.
HSL color Cylindrical-coordinate representation of color #EEC8F7: hue angle of 288.51º degrees, saturation: 0.75, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEC8F7 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 200 | 247 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.03 |
| HSL | 288.51º | 0.75% | 0.88% | - |
| HSV(B) | 288.51º | 0.19% | 0.97% | - |
| XYZ | 72.7 | 66.2 | 96.94 | - |
| YUV | 216.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 247 | 0.04 | 0.19 | 0 | 0.03 | 288.51 | 0.75 | 0.88 |
| Hex | EE | C8 | F7 | 4 | 13 | 0 | 3 | 121 | 4B | 58 |
| Octal | 356 | 310 | 367 | 4 | 23 | 0 | 3 | 441 | 113 | 130 |
| Binary | 11101110 | 11001000 | 11110111 | 100 | 10011 | 0 | 11 | 100100001 | 1001011 | 1011000 |
Color Harmonies of #EEC8F7
Complementary color
Monochromatic Colors of #EEC8F7
Black with #EEC8F7
Text Example
Text Example
White with #EEC8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8F7; }
p { color: rgb(238,200,247); }
H1.HeaderClassName
{
color: #EEC8F7;
}
.AnyTagClassName
{
color: #EEC8F7;
}
</style>
background-color css
<style>
a { background-color: #EEC8F7; }
a { background-color: rgb(238,200,247); }
div.DivClassName
{
background-color: #EEC8F7;
}
.BgClassName
{
background-color: #EEC8F7;
}
</style>
border-color css
<style>
span { border-color: #EEC8F7; }
span { border-color: rgb(238,200,247); }
td.TdClassName
{
border-color: #EEC8F7;
}
.TagClassName
{
border-color: #EEC8F7;
}
</style>