Shades of Blue Chalk #EEC8FB
Tints of Blue Chalk #EEC8FB
RGB
CMYK
RGB Variations
Color information
#EEC8FB (or 0xEEC8FB) is known color: Blue Chalk. HEX triplet: EE, C8 and FB. RGB value is (238,200,251). Sum of RGB (Red+Green+Blue) = 238+200+251=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 200 (78.52% from 255 or 29.03% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEC8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC8FB is #113704. Grayscale: #D9D9D9. Windows color (decimal): -1128197 or 16500974. OLE color: 16500974.
HSL color Cylindrical-coordinate representation of color #EEC8FB: hue angle of 284.71º degrees, saturation: 0.86, 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 #EEC8FB is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 200 | 251 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.02 |
| HSL | 284.71º | 0.86% | 0.88% | - |
| HSV(B) | 284.71º | 0.2% | 0.98% | - |
| XYZ | 73.33 | 66.45 | 100.23 | - |
| YUV | 217.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 251 | 0.05 | 0.20 | 0 | 0.02 | 284.71 | 0.86 | 0.88 |
| Hex | EE | C8 | FB | 5 | 14 | 0 | 2 | 11D | 56 | 58 |
| Octal | 356 | 310 | 373 | 5 | 24 | 0 | 2 | 435 | 126 | 130 |
| Binary | 11101110 | 11001000 | 11111011 | 101 | 10100 | 0 | 10 | 100011101 | 1010110 | 1011000 |
Color Harmonies of #EEC8FB
Complementary color
Monochromatic Colors of #EEC8FB
Black with #EEC8FB
Text Example
Text Example
White with #EEC8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8FB; }
p { color: rgb(238,200,251); }
H1.HeaderClassName
{
color: #EEC8FB;
}
.AnyTagClassName
{
color: #EEC8FB;
}
</style>
background-color css
<style>
a { background-color: #EEC8FB; }
a { background-color: rgb(238,200,251); }
div.DivClassName
{
background-color: #EEC8FB;
}
.BgClassName
{
background-color: #EEC8FB;
}
</style>
border-color css
<style>
span { border-color: #EEC8FB; }
span { border-color: rgb(238,200,251); }
td.TdClassName
{
border-color: #EEC8FB;
}
.TagClassName
{
border-color: #EEC8FB;
}
</style>