Shades of Blue Chalk #EECCFB
Tints of Blue Chalk #EECCFB
RGB
CMYK
RGB Variations
Color information
#EECCFB (or 0xEECCFB) is known color: Blue Chalk. HEX triplet: EE, CC and FB. RGB value is (238,204,251). Sum of RGB (Red+Green+Blue) = 238+204+251=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 204 (80.08% from 255 or 29.44% 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 #EECCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCFB is #113304. Grayscale: #DBDBDB. Windows color (decimal): -1127173 or 16501998. OLE color: 16501998.
HSL color Cylindrical-coordinate representation of color #EECCFB: hue angle of 283.4º 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 #EECCFB is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 204 | 251 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.02 |
| HSL | 283.4º | 0.85% | 0.89% | - |
| HSV(B) | 283.4º | 0.19% | 0.98% | - |
| XYZ | 74.27 | 68.33 | 100.54 | - |
| YUV | 219.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 251 | 0.05 | 0.19 | 0 | 0.02 | 283.4 | 0.85 | 0.89 |
| Hex | EE | CC | FB | 5 | 13 | 0 | 2 | 11B | 55 | 59 |
| Octal | 356 | 314 | 373 | 5 | 23 | 0 | 2 | 433 | 125 | 131 |
| Binary | 11101110 | 11001100 | 11111011 | 101 | 10011 | 0 | 10 | 100011011 | 1010101 | 1011001 |
Color Harmonies of #EECCFB
Complementary color
Monochromatic Colors of #EECCFB
Black with #EECCFB
Text Example
Text Example
White with #EECCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCFB; }
p { color: rgb(238,204,251); }
H1.HeaderClassName
{
color: #EECCFB;
}
.AnyTagClassName
{
color: #EECCFB;
}
</style>
background-color css
<style>
a { background-color: #EECCFB; }
a { background-color: rgb(238,204,251); }
div.DivClassName
{
background-color: #EECCFB;
}
.BgClassName
{
background-color: #EECCFB;
}
</style>
border-color css
<style>
span { border-color: #EECCFB; }
span { border-color: rgb(238,204,251); }
td.TdClassName
{
border-color: #EECCFB;
}
.TagClassName
{
border-color: #EECCFB;
}
</style>