Shades of Blue Chalk #EFC7F9
Tints of Blue Chalk #EFC7F9
RGB
CMYK
RGB Variations
Color information
#EFC7F9 (or 0xEFC7F9) is known color: Blue Chalk. HEX triplet: EF, C7 and F9. RGB value is (239,199,249). Sum of RGB (Red+Green+Blue) = 239+199+249=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 199 (78.12% from 255 or 28.97% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFC7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7F9 is #103806. Grayscale: #D8D8D8. Windows color (decimal): -1062919 or 16369647. OLE color: 16369647.
HSL color Cylindrical-coordinate representation of color #EFC7F9: hue angle of 288º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC7F9 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 199 | 249 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.02 |
| HSL | 288º | 0.81% | 0.88% | - |
| HSV(B) | 288º | 0.2% | 0.98% | - |
| XYZ | 73.12 | 66.04 | 98.52 | - |
| YUV | 216.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 249 | 0.04 | 0.20 | 0 | 0.02 | 288 | 0.81 | 0.88 |
| Hex | EF | C7 | F9 | 4 | 14 | 0 | 2 | 120 | 51 | 58 |
| Octal | 357 | 307 | 371 | 4 | 24 | 0 | 2 | 440 | 121 | 130 |
| Binary | 11101111 | 11000111 | 11111001 | 100 | 10100 | 0 | 10 | 100100000 | 1010001 | 1011000 |
Color Harmonies of #EFC7F9
Complementary color
Monochromatic Colors of #EFC7F9
Black with #EFC7F9
Text Example
Text Example
White with #EFC7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7F9; }
p { color: rgb(239,199,249); }
H1.HeaderClassName
{
color: #EFC7F9;
}
.AnyTagClassName
{
color: #EFC7F9;
}
</style>
background-color css
<style>
a { background-color: #EFC7F9; }
a { background-color: rgb(239,199,249); }
div.DivClassName
{
background-color: #EFC7F9;
}
.BgClassName
{
background-color: #EFC7F9;
}
</style>
border-color css
<style>
span { border-color: #EFC7F9; }
span { border-color: rgb(239,199,249); }
td.TdClassName
{
border-color: #EFC7F9;
}
.TagClassName
{
border-color: #EFC7F9;
}
</style>