Shades of Blue Chalk #EEC9F9
Tints of Blue Chalk #EEC9F9
RGB
CMYK
RGB Variations
Color information
#EEC9F9 (or 0xEEC9F9) is known color: Blue Chalk. HEX triplet: EE, C9 and F9. RGB value is (238,201,249). Sum of RGB (Red+Green+Blue) = 238+201+249=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 201 (78.91% from 255 or 29.22% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEC9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC9F9 is #113606. Grayscale: #D9D9D9. Windows color (decimal): -1127943 or 16370158. OLE color: 16370158.
HSL color Cylindrical-coordinate representation of color #EEC9F9: hue angle of 286.25º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEC9F9 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 201 | 249 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.02 |
| HSL | 286.25º | 0.8% | 0.88% | - |
| HSV(B) | 286.25º | 0.19% | 0.98% | - |
| XYZ | 73.25 | 66.79 | 98.65 | - |
| YUV | 217.54 | 145.76 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 249 | 0.04 | 0.19 | 0 | 0.02 | 286.25 | 0.8 | 0.88 |
| Hex | EE | C9 | F9 | 4 | 13 | 0 | 2 | 11E | 50 | 58 |
| Octal | 356 | 311 | 371 | 4 | 23 | 0 | 2 | 436 | 120 | 130 |
| Binary | 11101110 | 11001001 | 11111001 | 100 | 10011 | 0 | 10 | 100011110 | 1010000 | 1011000 |
Color Harmonies of #EEC9F9
Complementary color
Monochromatic Colors of #EEC9F9
Black with #EEC9F9
Text Example
Text Example
White with #EEC9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC9F9; }
p { color: rgb(238,201,249); }
H1.HeaderClassName
{
color: #EEC9F9;
}
.AnyTagClassName
{
color: #EEC9F9;
}
</style>
background-color css
<style>
a { background-color: #EEC9F9; }
a { background-color: rgb(238,201,249); }
div.DivClassName
{
background-color: #EEC9F9;
}
.BgClassName
{
background-color: #EEC9F9;
}
</style>
border-color css
<style>
span { border-color: #EEC9F9; }
span { border-color: rgb(238,201,249); }
td.TdClassName
{
border-color: #EEC9F9;
}
.TagClassName
{
border-color: #EEC9F9;
}
</style>