Shades of Blue Chalk #EEC8F8
Tints of Blue Chalk #EEC8F8
RGB
CMYK
RGB Variations
Color information
#EEC8F8 (or 0xEEC8F8) is known color: Blue Chalk. HEX triplet: EE, C8 and F8. RGB value is (238,200,248). Sum of RGB (Red+Green+Blue) = 238+200+248=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 200 (78.52% from 255 or 29.15% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 248 - color contains mainly: blue. Hex color #EEC8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC8F8 is #113707. Grayscale: #D8D8D8. Windows color (decimal): -1128200 or 16304366. OLE color: 16304366.
HSL color Cylindrical-coordinate representation of color #EEC8F8: hue angle of 287.5º degrees, saturation: 0.77, 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 #EEC8F8 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 200 | 248 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.03 |
| HSL | 287.5º | 0.77% | 0.88% | - |
| HSV(B) | 287.5º | 0.19% | 0.97% | - |
| XYZ | 72.86 | 66.26 | 97.76 | - |
| YUV | 216.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 248 | 0.04 | 0.19 | 0 | 0.03 | 287.5 | 0.77 | 0.88 |
| Hex | EE | C8 | F8 | 4 | 13 | 0 | 3 | 120 | 4D | 58 |
| Octal | 356 | 310 | 370 | 4 | 23 | 0 | 3 | 440 | 115 | 130 |
| Binary | 11101110 | 11001000 | 11111000 | 100 | 10011 | 0 | 11 | 100100000 | 1001101 | 1011000 |
Color Harmonies of #EEC8F8
Complementary color
Monochromatic Colors of #EEC8F8
Black with #EEC8F8
Text Example
Text Example
White with #EEC8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8F8; }
p { color: rgb(238,200,248); }
H1.HeaderClassName
{
color: #EEC8F8;
}
.AnyTagClassName
{
color: #EEC8F8;
}
</style>
background-color css
<style>
a { background-color: #EEC8F8; }
a { background-color: rgb(238,200,248); }
div.DivClassName
{
background-color: #EEC8F8;
}
.BgClassName
{
background-color: #EEC8F8;
}
</style>
border-color css
<style>
span { border-color: #EEC8F8; }
span { border-color: rgb(238,200,248); }
td.TdClassName
{
border-color: #EEC8F8;
}
.TagClassName
{
border-color: #EEC8F8;
}
</style>