Shades of Blue Chalk #EEC9FC
Tints of Blue Chalk #EEC9FC
RGB
CMYK
RGB Variations
Color information
#EEC9FC (or 0xEEC9FC) is known color: Blue Chalk. HEX triplet: EE, C9 and FC. RGB value is (238,201,252). Sum of RGB (Red+Green+Blue) = 238+201+252=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 201 (78.91% from 255 or 29.09% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEC9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC9FC is #113603. Grayscale: #D9D9D9. Windows color (decimal): -1127940 or 16566766. OLE color: 16566766.
HSL color Cylindrical-coordinate representation of color #EEC9FC: hue angle of 283.53º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEC9FC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 201 | 252 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.01 |
| HSL | 283.53º | 0.89% | 0.89% | - |
| HSV(B) | 283.53º | 0.2% | 0.99% | - |
| XYZ | 73.72 | 66.98 | 101.14 | - |
| YUV | 217.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 252 | 0.06 | 0.20 | 0 | 0.01 | 283.53 | 0.89 | 0.89 |
| Hex | EE | C9 | FC | 6 | 14 | 0 | 1 | 11C | 59 | 59 |
| Octal | 356 | 311 | 374 | 6 | 24 | 0 | 1 | 434 | 131 | 131 |
| Binary | 11101110 | 11001001 | 11111100 | 110 | 10100 | 0 | 1 | 100011100 | 1011001 | 1011001 |
Color Harmonies of #EEC9FC
Complementary color
Monochromatic Colors of #EEC9FC
Black with #EEC9FC
Text Example
Text Example
White with #EEC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC9FC; }
p { color: rgb(238,201,252); }
H1.HeaderClassName
{
color: #EEC9FC;
}
.AnyTagClassName
{
color: #EEC9FC;
}
</style>
background-color css
<style>
a { background-color: #EEC9FC; }
a { background-color: rgb(238,201,252); }
div.DivClassName
{
background-color: #EEC9FC;
}
.BgClassName
{
background-color: #EEC9FC;
}
</style>
border-color css
<style>
span { border-color: #EEC9FC; }
span { border-color: rgb(238,201,252); }
td.TdClassName
{
border-color: #EEC9FC;
}
.TagClassName
{
border-color: #EEC9FC;
}
</style>