Shades of Blue Chalk #EEC5FB
Tints of Blue Chalk #EEC5FB
RGB
CMYK
RGB Variations
Color information
#EEC5FB (or 0xEEC5FB) is known color: Blue Chalk. HEX triplet: EE, C5 and FB. RGB value is (238,197,251). Sum of RGB (Red+Green+Blue) = 238+197+251=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 197 (77.34% from 255 or 28.72% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEC5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC5FB is #113A04. Grayscale: #D7D7D7. Windows color (decimal): -1128965 or 16500206. OLE color: 16500206.
HSL color Cylindrical-coordinate representation of color #EEC5FB: hue angle of 285.56º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEC5FB is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 197 | 251 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.02 |
| HSL | 285.56º | 0.87% | 0.88% | - |
| HSV(B) | 285.56º | 0.22% | 0.98% | - |
| XYZ | 72.64 | 65.07 | 100 | - |
| YUV | 215.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 251 | 0.05 | 0.22 | 0 | 0.02 | 285.56 | 0.87 | 0.88 |
| Hex | EE | C5 | FB | 5 | 16 | 0 | 2 | 11E | 57 | 58 |
| Octal | 356 | 305 | 373 | 5 | 26 | 0 | 2 | 436 | 127 | 130 |
| Binary | 11101110 | 11000101 | 11111011 | 101 | 10110 | 0 | 10 | 100011110 | 1010111 | 1011000 |
Color Harmonies of #EEC5FB
Complementary color
Monochromatic Colors of #EEC5FB
Black with #EEC5FB
Text Example
Text Example
White with #EEC5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5FB; }
p { color: rgb(238,197,251); }
H1.HeaderClassName
{
color: #EEC5FB;
}
.AnyTagClassName
{
color: #EEC5FB;
}
</style>
background-color css
<style>
a { background-color: #EEC5FB; }
a { background-color: rgb(238,197,251); }
div.DivClassName
{
background-color: #EEC5FB;
}
.BgClassName
{
background-color: #EEC5FB;
}
</style>
border-color css
<style>
span { border-color: #EEC5FB; }
span { border-color: rgb(238,197,251); }
td.TdClassName
{
border-color: #EEC5FB;
}
.TagClassName
{
border-color: #EEC5FB;
}
</style>