Shades of Blue Chalk #EEC9FF
Tints of Blue Chalk #EEC9FF
RGB
CMYK
RGB Variations
Color information
#EEC9FF (or 0xEEC9FF) is known color: Blue Chalk. HEX triplet: EE, C9 and FF. RGB value is (238,201,255). Sum of RGB (Red+Green+Blue) = 238+201+255=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 201 (78.91% from 255 or 28.96% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEC9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC9FF is #113600. Grayscale: #DADADA. Windows color (decimal): -1127937 or 16763374. OLE color: 16763374.
HSL color Cylindrical-coordinate representation of color #EEC9FF: hue angle of 281.11º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC9FF is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 201 | 255 | - |
| CMYK | 0.07 | 0.21 | 0 | 0 |
| HSL | 281.11º | 1% | 0.89% | - |
| HSV(B) | 281.11º | 0.21% | 1% | - |
| XYZ | 74.2 | 67.17 | 103.66 | - |
| YUV | 218.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 255 | 0.07 | 0.21 | 0 | 0 | 281.11 | 1 | 0.89 |
| Hex | EE | C9 | FF | 7 | 15 | 0 | 0 | 119 | 64 | 59 |
| Octal | 356 | 311 | 377 | 7 | 25 | 0 | 0 | 431 | 144 | 131 |
| Binary | 11101110 | 11001001 | 11111111 | 111 | 10101 | 0 | 0 | 100011001 | 1100100 | 1011001 |
Color Harmonies of #EEC9FF
Complementary color
Monochromatic Colors of #EEC9FF
Black with #EEC9FF
Text Example
Text Example
White with #EEC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC9FF; }
p { color: rgb(238,201,255); }
H1.HeaderClassName
{
color: #EEC9FF;
}
.AnyTagClassName
{
color: #EEC9FF;
}
</style>
background-color css
<style>
a { background-color: #EEC9FF; }
a { background-color: rgb(238,201,255); }
div.DivClassName
{
background-color: #EEC9FF;
}
.BgClassName
{
background-color: #EEC9FF;
}
</style>
border-color css
<style>
span { border-color: #EEC9FF; }
span { border-color: rgb(238,201,255); }
td.TdClassName
{
border-color: #EEC9FF;
}
.TagClassName
{
border-color: #EEC9FF;
}
</style>