Shades of Blue Chalk #EFC7F7
Tints of Blue Chalk #EFC7F7
RGB
CMYK
RGB Variations
Color information
#EFC7F7 (or 0xEFC7F7) is known color: Blue Chalk. HEX triplet: EF, C7 and F7. RGB value is (239,199,247). Sum of RGB (Red+Green+Blue) = 239+199+247=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 199 (78.12% from 255 or 29.05% 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 #EFC7F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7F7 is #103808. Grayscale: #D8D8D8. Windows color (decimal): -1062921 or 16238575. OLE color: 16238575.
HSL color Cylindrical-coordinate representation of color #EFC7F7: hue angle of 290º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC7F7 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 199 | 247 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.03 |
| HSL | 290º | 0.75% | 0.87% | - |
| HSV(B) | 290º | 0.19% | 0.97% | - |
| XYZ | 72.81 | 65.91 | 96.88 | - |
| YUV | 216.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 247 | 0.03 | 0.19 | 0 | 0.03 | 290 | 0.75 | 0.87 |
| Hex | EF | C7 | F7 | 3 | 13 | 0 | 3 | 122 | 4B | 57 |
| Octal | 357 | 307 | 367 | 3 | 23 | 0 | 3 | 442 | 113 | 127 |
| Binary | 11101111 | 11000111 | 11110111 | 11 | 10011 | 0 | 11 | 100100010 | 1001011 | 1010111 |
Color Harmonies of #EFC7F7
Complementary color
Monochromatic Colors of #EFC7F7
Black with #EFC7F7
Text Example
Text Example
White with #EFC7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7F7; }
p { color: rgb(239,199,247); }
H1.HeaderClassName
{
color: #EFC7F7;
}
.AnyTagClassName
{
color: #EFC7F7;
}
</style>
background-color css
<style>
a { background-color: #EFC7F7; }
a { background-color: rgb(239,199,247); }
div.DivClassName
{
background-color: #EFC7F7;
}
.BgClassName
{
background-color: #EFC7F7;
}
</style>
border-color css
<style>
span { border-color: #EFC7F7; }
span { border-color: rgb(239,199,247); }
td.TdClassName
{
border-color: #EFC7F7;
}
.TagClassName
{
border-color: #EFC7F7;
}
</style>