Shades of Blue Chalk #EFC6FB
Tints of Blue Chalk #EFC6FB
RGB
CMYK
RGB Variations
Color information
#EFC6FB (or 0xEFC6FB) is known color: Blue Chalk. HEX triplet: EF, C6 and FB. RGB value is (239,198,251). Sum of RGB (Red+Green+Blue) = 239+198+251=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 198 (77.73% from 255 or 28.78% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFC6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC6FB is #103904. Grayscale: #D8D8D8. Windows color (decimal): -1063173 or 16500463. OLE color: 16500463.
HSL color Cylindrical-coordinate representation of color #EFC6FB: hue angle of 286.42º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFC6FB is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 198 | 251 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.02 |
| HSL | 286.42º | 0.87% | 0.88% | - |
| HSV(B) | 286.42º | 0.21% | 0.98% | - |
| XYZ | 73.2 | 65.7 | 100.09 | - |
| YUV | 216.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 251 | 0.05 | 0.21 | 0 | 0.02 | 286.42 | 0.87 | 0.88 |
| Hex | EF | C6 | FB | 5 | 15 | 0 | 2 | 11E | 57 | 58 |
| Octal | 357 | 306 | 373 | 5 | 25 | 0 | 2 | 436 | 127 | 130 |
| Binary | 11101111 | 11000110 | 11111011 | 101 | 10101 | 0 | 10 | 100011110 | 1010111 | 1011000 |
Color Harmonies of #EFC6FB
Complementary color
Monochromatic Colors of #EFC6FB
Black with #EFC6FB
Text Example
Text Example
White with #EFC6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6FB; }
p { color: rgb(239,198,251); }
H1.HeaderClassName
{
color: #EFC6FB;
}
.AnyTagClassName
{
color: #EFC6FB;
}
</style>
background-color css
<style>
a { background-color: #EFC6FB; }
a { background-color: rgb(239,198,251); }
div.DivClassName
{
background-color: #EFC6FB;
}
.BgClassName
{
background-color: #EFC6FB;
}
</style>
border-color css
<style>
span { border-color: #EFC6FB; }
span { border-color: rgb(239,198,251); }
td.TdClassName
{
border-color: #EFC6FB;
}
.TagClassName
{
border-color: #EFC6FB;
}
</style>