Shades of Blue Chalk #EFC6F9
Tints of Blue Chalk #EFC6F9
RGB
CMYK
RGB Variations
Color information
#EFC6F9 (or 0xEFC6F9) is known color: Blue Chalk. HEX triplet: EF, C6 and F9. RGB value is (239,198,249). Sum of RGB (Red+Green+Blue) = 239+198+249=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 198 (77.73% from 255 or 28.86% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFC6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC6F9 is #103906. Grayscale: #D7D7D7. Windows color (decimal): -1063175 or 16369391. OLE color: 16369391.
HSL color Cylindrical-coordinate representation of color #EFC6F9: hue angle of 288.24º degrees, saturation: 0.81, 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 #EFC6F9 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 198 | 249 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.02 |
| HSL | 288.24º | 0.81% | 0.88% | - |
| HSV(B) | 288.24º | 0.2% | 0.98% | - |
| XYZ | 72.89 | 65.58 | 98.44 | - |
| YUV | 216.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 249 | 0.04 | 0.20 | 0 | 0.02 | 288.24 | 0.81 | 0.88 |
| Hex | EF | C6 | F9 | 4 | 14 | 0 | 2 | 120 | 51 | 58 |
| Octal | 357 | 306 | 371 | 4 | 24 | 0 | 2 | 440 | 121 | 130 |
| Binary | 11101111 | 11000110 | 11111001 | 100 | 10100 | 0 | 10 | 100100000 | 1010001 | 1011000 |
Color Harmonies of #EFC6F9
Complementary color
Monochromatic Colors of #EFC6F9
Black with #EFC6F9
Text Example
Text Example
White with #EFC6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6F9; }
p { color: rgb(239,198,249); }
H1.HeaderClassName
{
color: #EFC6F9;
}
.AnyTagClassName
{
color: #EFC6F9;
}
</style>
background-color css
<style>
a { background-color: #EFC6F9; }
a { background-color: rgb(239,198,249); }
div.DivClassName
{
background-color: #EFC6F9;
}
.BgClassName
{
background-color: #EFC6F9;
}
</style>
border-color css
<style>
span { border-color: #EFC6F9; }
span { border-color: rgb(239,198,249); }
td.TdClassName
{
border-color: #EFC6F9;
}
.TagClassName
{
border-color: #EFC6F9;
}
</style>