Shades of Blue Chalk #EFCCFB
Tints of Blue Chalk #EFCCFB
RGB
CMYK
RGB Variations
Color information
#EFCCFB (or 0xEFCCFB) is known color: Blue Chalk. HEX triplet: EF, CC and FB. RGB value is (239,204,251). Sum of RGB (Red+Green+Blue) = 239+204+251=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 204 (80.08% from 255 or 29.39% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFCCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCFB is #103304. Grayscale: #DBDBDB. Windows color (decimal): -1061637 or 16501999. OLE color: 16501999.
HSL color Cylindrical-coordinate representation of color #EFCCFB: hue angle of 284.68º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFCCFB is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 204 | 251 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.02 |
| HSL | 284.68º | 0.85% | 0.89% | - |
| HSV(B) | 284.68º | 0.19% | 0.98% | - |
| XYZ | 74.6 | 68.5 | 100.56 | - |
| YUV | 219.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 251 | 0.05 | 0.19 | 0 | 0.02 | 284.68 | 0.85 | 0.89 |
| Hex | EF | CC | FB | 5 | 13 | 0 | 2 | 11D | 55 | 59 |
| Octal | 357 | 314 | 373 | 5 | 23 | 0 | 2 | 435 | 125 | 131 |
| Binary | 11101111 | 11001100 | 11111011 | 101 | 10011 | 0 | 10 | 100011101 | 1010101 | 1011001 |
Color Harmonies of #EFCCFB
Complementary color
Monochromatic Colors of #EFCCFB
Black with #EFCCFB
Text Example
Text Example
White with #EFCCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCFB; }
p { color: rgb(239,204,251); }
H1.HeaderClassName
{
color: #EFCCFB;
}
.AnyTagClassName
{
color: #EFCCFB;
}
</style>
background-color css
<style>
a { background-color: #EFCCFB; }
a { background-color: rgb(239,204,251); }
div.DivClassName
{
background-color: #EFCCFB;
}
.BgClassName
{
background-color: #EFCCFB;
}
</style>
border-color css
<style>
span { border-color: #EFCCFB; }
span { border-color: rgb(239,204,251); }
td.TdClassName
{
border-color: #EFCCFB;
}
.TagClassName
{
border-color: #EFCCFB;
}
</style>