Shades of Blue Chalk #EFC7FA
Tints of Blue Chalk #EFC7FA
RGB
CMYK
RGB Variations
Color information
#EFC7FA (or 0xEFC7FA) is known color: Blue Chalk. HEX triplet: EF, C7 and FA. RGB value is (239,199,250). Sum of RGB (Red+Green+Blue) = 239+199+250=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 199 (78.12% from 255 or 28.92% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFC7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7FA is #103805. Grayscale: #D8D8D8. Windows color (decimal): -1062918 or 16435183. OLE color: 16435183.
HSL color Cylindrical-coordinate representation of color #EFC7FA: hue angle of 287.06º degrees, saturation: 0.84, 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 #EFC7FA is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 199 | 250 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.02 |
| HSL | 287.06º | 0.84% | 0.88% | - |
| HSV(B) | 287.06º | 0.2% | 0.98% | - |
| XYZ | 73.28 | 66.1 | 99.34 | - |
| YUV | 216.77 | 146.75 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 250 | 0.04 | 0.20 | 0 | 0.02 | 287.06 | 0.84 | 0.88 |
| Hex | EF | C7 | FA | 4 | 14 | 0 | 2 | 11F | 54 | 58 |
| Octal | 357 | 307 | 372 | 4 | 24 | 0 | 2 | 437 | 124 | 130 |
| Binary | 11101111 | 11000111 | 11111010 | 100 | 10100 | 0 | 10 | 100011111 | 1010100 | 1011000 |
Color Harmonies of #EFC7FA
Complementary color
Monochromatic Colors of #EFC7FA
Black with #EFC7FA
Text Example
Text Example
White with #EFC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7FA; }
p { color: rgb(239,199,250); }
H1.HeaderClassName
{
color: #EFC7FA;
}
.AnyTagClassName
{
color: #EFC7FA;
}
</style>
background-color css
<style>
a { background-color: #EFC7FA; }
a { background-color: rgb(239,199,250); }
div.DivClassName
{
background-color: #EFC7FA;
}
.BgClassName
{
background-color: #EFC7FA;
}
</style>
border-color css
<style>
span { border-color: #EFC7FA; }
span { border-color: rgb(239,199,250); }
td.TdClassName
{
border-color: #EFC7FA;
}
.TagClassName
{
border-color: #EFC7FA;
}
</style>