Shades of Blue Chalk #EFC5F7
Tints of Blue Chalk #EFC5F7
RGB
CMYK
RGB Variations
Color information
#EFC5F7 (or 0xEFC5F7) is known color: Blue Chalk. HEX triplet: EF, C5 and F7. RGB value is (239,197,247). Sum of RGB (Red+Green+Blue) = 239+197+247=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 197 (77.34% from 255 or 28.84% from 683); Blue value is 247 (96.88% from 255 or 36.16% from 683); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFC5F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5F7 is #103A08. Grayscale: #D7D7D7. Windows color (decimal): -1063433 or 16238063. OLE color: 16238063.
HSL color Cylindrical-coordinate representation of color #EFC5F7: hue angle of 290.4º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC5F7 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 197 | 247 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.03 |
| HSL | 290.4º | 0.76% | 0.87% | - |
| HSV(B) | 290.4º | 0.2% | 0.97% | - |
| XYZ | 72.35 | 65 | 96.73 | - |
| YUV | 215.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 247 | 0.03 | 0.20 | 0 | 0.03 | 290.4 | 0.76 | 0.87 |
| Hex | EF | C5 | F7 | 3 | 14 | 0 | 3 | 122 | 4C | 57 |
| Octal | 357 | 305 | 367 | 3 | 24 | 0 | 3 | 442 | 114 | 127 |
| Binary | 11101111 | 11000101 | 11110111 | 11 | 10100 | 0 | 11 | 100100010 | 1001100 | 1010111 |
Color Harmonies of #EFC5F7
Complementary color
Monochromatic Colors of #EFC5F7
Black with #EFC5F7
Text Example
Text Example
White with #EFC5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5F7; }
p { color: rgb(239,197,247); }
H1.HeaderClassName
{
color: #EFC5F7;
}
.AnyTagClassName
{
color: #EFC5F7;
}
</style>
background-color css
<style>
a { background-color: #EFC5F7; }
a { background-color: rgb(239,197,247); }
div.DivClassName
{
background-color: #EFC5F7;
}
.BgClassName
{
background-color: #EFC5F7;
}
</style>
border-color css
<style>
span { border-color: #EFC5F7; }
span { border-color: rgb(239,197,247); }
td.TdClassName
{
border-color: #EFC5F7;
}
.TagClassName
{
border-color: #EFC5F7;
}
</style>