Shades of Blue Chalk #EFC7FE
Tints of Blue Chalk #EFC7FE
RGB
CMYK
RGB Variations
Color information
#EFC7FE (or 0xEFC7FE) is known color: Blue Chalk. HEX triplet: EF, C7 and FE. RGB value is (239,199,254). Sum of RGB (Red+Green+Blue) = 239+199+254=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 199 (78.12% from 255 or 28.76% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFC7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7FE is #103801. Grayscale: #D9D9D9. Windows color (decimal): -1062914 or 16697327. OLE color: 16697327.
HSL color Cylindrical-coordinate representation of color #EFC7FE: hue angle of 283.64º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC7FE is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 199 | 254 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.00 |
| HSL | 283.64º | 0.96% | 0.89% | - |
| HSV(B) | 283.64º | 0.22% | 1% | - |
| XYZ | 73.91 | 66.35 | 102.68 | - |
| YUV | 217.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 254 | 0.06 | 0.22 | 0 | 0.00 | 283.64 | 0.96 | 0.89 |
| Hex | EF | C7 | FE | 6 | 16 | 0 | 0 | 11C | 60 | 59 |
| Octal | 357 | 307 | 376 | 6 | 26 | 0 | 0 | 434 | 140 | 131 |
| Binary | 11101111 | 11000111 | 11111110 | 110 | 10110 | 0 | 0 | 100011100 | 1100000 | 1011001 |
Color Harmonies of #EFC7FE
Complementary color
Monochromatic Colors of #EFC7FE
Black with #EFC7FE
Text Example
Text Example
White with #EFC7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7FE; }
p { color: rgb(239,199,254); }
H1.HeaderClassName
{
color: #EFC7FE;
}
.AnyTagClassName
{
color: #EFC7FE;
}
</style>
background-color css
<style>
a { background-color: #EFC7FE; }
a { background-color: rgb(239,199,254); }
div.DivClassName
{
background-color: #EFC7FE;
}
.BgClassName
{
background-color: #EFC7FE;
}
</style>
border-color css
<style>
span { border-color: #EFC7FE; }
span { border-color: rgb(239,199,254); }
td.TdClassName
{
border-color: #EFC7FE;
}
.TagClassName
{
border-color: #EFC7FE;
}
</style>