Shades of Blue Chalk #EFCBFB
Tints of Blue Chalk #EFCBFB
RGB
CMYK
RGB Variations
Color information
#EFCBFB (or 0xEFCBFB) is known color: Blue Chalk. HEX triplet: EF, CB and FB. RGB value is (239,203,251). Sum of RGB (Red+Green+Blue) = 239+203+251=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 203 (79.69% from 255 or 29.29% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFCBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBFB is #103404. Grayscale: #DBDBDB. Windows color (decimal): -1061893 or 16501743. OLE color: 16501743.
HSL color Cylindrical-coordinate representation of color #EFCBFB: hue angle of 285º degrees, saturation: 0.86, 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 #EFCBFB is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 203 | 251 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.02 |
| HSL | 285º | 0.86% | 0.89% | - |
| HSV(B) | 285º | 0.19% | 0.98% | - |
| XYZ | 74.37 | 68.03 | 100.48 | - |
| YUV | 219.24 | 145.93 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 251 | 0.05 | 0.19 | 0 | 0.02 | 285 | 0.86 | 0.89 |
| Hex | EF | CB | FB | 5 | 13 | 0 | 2 | 11D | 56 | 59 |
| Octal | 357 | 313 | 373 | 5 | 23 | 0 | 2 | 435 | 126 | 131 |
| Binary | 11101111 | 11001011 | 11111011 | 101 | 10011 | 0 | 10 | 100011101 | 1010110 | 1011001 |
Color Harmonies of #EFCBFB
Complementary color
Monochromatic Colors of #EFCBFB
Black with #EFCBFB
Text Example
Text Example
White with #EFCBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBFB; }
p { color: rgb(239,203,251); }
H1.HeaderClassName
{
color: #EFCBFB;
}
.AnyTagClassName
{
color: #EFCBFB;
}
</style>
background-color css
<style>
a { background-color: #EFCBFB; }
a { background-color: rgb(239,203,251); }
div.DivClassName
{
background-color: #EFCBFB;
}
.BgClassName
{
background-color: #EFCBFB;
}
</style>
border-color css
<style>
span { border-color: #EFCBFB; }
span { border-color: rgb(239,203,251); }
td.TdClassName
{
border-color: #EFCBFB;
}
.TagClassName
{
border-color: #EFCBFB;
}
</style>