Shades of Blue Chalk #EFC7FC
Tints of Blue Chalk #EFC7FC
RGB
CMYK
RGB Variations
Color information
#EFC7FC (or 0xEFC7FC) is known color: Blue Chalk. HEX triplet: EF, C7 and FC. RGB value is (239,199,252). Sum of RGB (Red+Green+Blue) = 239+199+252=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 199 (78.12% from 255 or 28.84% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFC7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7FC is #103803. Grayscale: #D8D8D8. Windows color (decimal): -1062916 or 16566255. OLE color: 16566255.
HSL color Cylindrical-coordinate representation of color #EFC7FC: hue angle of 285.28º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFC7FC is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 199 | 252 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.01 |
| HSL | 285.28º | 0.9% | 0.88% | - |
| HSV(B) | 285.28º | 0.21% | 0.99% | - |
| XYZ | 73.59 | 66.23 | 101 | - |
| YUV | 217 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 252 | 0.05 | 0.21 | 0 | 0.01 | 285.28 | 0.9 | 0.88 |
| Hex | EF | C7 | FC | 5 | 15 | 0 | 1 | 11D | 5A | 58 |
| Octal | 357 | 307 | 374 | 5 | 25 | 0 | 1 | 435 | 132 | 130 |
| Binary | 11101111 | 11000111 | 11111100 | 101 | 10101 | 0 | 1 | 100011101 | 1011010 | 1011000 |
Color Harmonies of #EFC7FC
Complementary color
Monochromatic Colors of #EFC7FC
Black with #EFC7FC
Text Example
Text Example
White with #EFC7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7FC; }
p { color: rgb(239,199,252); }
H1.HeaderClassName
{
color: #EFC7FC;
}
.AnyTagClassName
{
color: #EFC7FC;
}
</style>
background-color css
<style>
a { background-color: #EFC7FC; }
a { background-color: rgb(239,199,252); }
div.DivClassName
{
background-color: #EFC7FC;
}
.BgClassName
{
background-color: #EFC7FC;
}
</style>
border-color css
<style>
span { border-color: #EFC7FC; }
span { border-color: rgb(239,199,252); }
td.TdClassName
{
border-color: #EFC7FC;
}
.TagClassName
{
border-color: #EFC7FC;
}
</style>