Shades of Blue Chalk #EEC7FE
Tints of Blue Chalk #EEC7FE
RGB
CMYK
RGB Variations
Color information
#EEC7FE (or 0xEEC7FE) is known color: Blue Chalk. HEX triplet: EE, C7 and FE. RGB value is (238,199,254). Sum of RGB (Red+Green+Blue) = 238+199+254=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 199 (78.12% from 255 or 28.80% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEC7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC7FE is #113801. Grayscale: #D8D8D8. Windows color (decimal): -1128450 or 16697326. OLE color: 16697326.
HSL color Cylindrical-coordinate representation of color #EEC7FE: hue angle of 282.55º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEC7FE is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 199 | 254 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.00 |
| HSL | 282.55º | 0.96% | 0.89% | - |
| HSV(B) | 282.55º | 0.22% | 1% | - |
| XYZ | 73.57 | 66.18 | 102.66 | - |
| YUV | 216.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 254 | 0.06 | 0.22 | 0 | 0.00 | 282.55 | 0.96 | 0.89 |
| Hex | EE | C7 | FE | 6 | 16 | 0 | 0 | 11B | 60 | 59 |
| Octal | 356 | 307 | 376 | 6 | 26 | 0 | 0 | 433 | 140 | 131 |
| Binary | 11101110 | 11000111 | 11111110 | 110 | 10110 | 0 | 0 | 100011011 | 1100000 | 1011001 |
Color Harmonies of #EEC7FE
Complementary color
Monochromatic Colors of #EEC7FE
Black with #EEC7FE
Text Example
Text Example
White with #EEC7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7FE; }
p { color: rgb(238,199,254); }
H1.HeaderClassName
{
color: #EEC7FE;
}
.AnyTagClassName
{
color: #EEC7FE;
}
</style>
background-color css
<style>
a { background-color: #EEC7FE; }
a { background-color: rgb(238,199,254); }
div.DivClassName
{
background-color: #EEC7FE;
}
.BgClassName
{
background-color: #EEC7FE;
}
</style>
border-color css
<style>
span { border-color: #EEC7FE; }
span { border-color: rgb(238,199,254); }
td.TdClassName
{
border-color: #EEC7FE;
}
.TagClassName
{
border-color: #EEC7FE;
}
</style>