Shades of Blue Chalk #EFC8F8
Tints of Blue Chalk #EFC8F8
RGB
CMYK
RGB Variations
Color information
#EFC8F8 (or 0xEFC8F8) is known color: Blue Chalk. HEX triplet: EF, C8 and F8. RGB value is (239,200,248). Sum of RGB (Red+Green+Blue) = 239+200+248=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 200 (78.52% from 255 or 29.11% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFC8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC8F8 is #103707. Grayscale: #D8D8D8. Windows color (decimal): -1062664 or 16304367. OLE color: 16304367.
HSL color Cylindrical-coordinate representation of color #EFC8F8: hue angle of 288.75º 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 #EFC8F8 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 200 | 248 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.03 |
| HSL | 288.75º | 0.77% | 0.88% | - |
| HSV(B) | 288.75º | 0.19% | 0.97% | - |
| XYZ | 73.19 | 66.44 | 97.77 | - |
| YUV | 217.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 248 | 0.04 | 0.19 | 0 | 0.03 | 288.75 | 0.77 | 0.88 |
| Hex | EF | C8 | F8 | 4 | 13 | 0 | 3 | 121 | 4D | 58 |
| Octal | 357 | 310 | 370 | 4 | 23 | 0 | 3 | 441 | 115 | 130 |
| Binary | 11101111 | 11001000 | 11111000 | 100 | 10011 | 0 | 11 | 100100001 | 1001101 | 1011000 |
Color Harmonies of #EFC8F8
Complementary color
Monochromatic Colors of #EFC8F8
Black with #EFC8F8
Text Example
Text Example
White with #EFC8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8F8; }
p { color: rgb(239,200,248); }
H1.HeaderClassName
{
color: #EFC8F8;
}
.AnyTagClassName
{
color: #EFC8F8;
}
</style>
background-color css
<style>
a { background-color: #EFC8F8; }
a { background-color: rgb(239,200,248); }
div.DivClassName
{
background-color: #EFC8F8;
}
.BgClassName
{
background-color: #EFC8F8;
}
</style>
border-color css
<style>
span { border-color: #EFC8F8; }
span { border-color: rgb(239,200,248); }
td.TdClassName
{
border-color: #EFC8F8;
}
.TagClassName
{
border-color: #EFC8F8;
}
</style>