Shades of Blue Chalk #EEC8FC
Tints of Blue Chalk #EEC8FC
RGB
CMYK
RGB Variations
Color information
#EEC8FC (or 0xEEC8FC) is known color: Blue Chalk. HEX triplet: EE, C8 and FC. RGB value is (238,200,252). Sum of RGB (Red+Green+Blue) = 238+200+252=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 200 (78.52% from 255 or 28.99% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEC8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC8FC is #113703. Grayscale: #D9D9D9. Windows color (decimal): -1128196 or 16566510. OLE color: 16566510.
HSL color Cylindrical-coordinate representation of color #EEC8FC: hue angle of 283.85º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC8FC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 200 | 252 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.01 |
| HSL | 283.85º | 0.9% | 0.89% | - |
| HSV(B) | 283.85º | 0.21% | 0.99% | - |
| XYZ | 73.48 | 66.51 | 101.06 | - |
| YUV | 217.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 252 | 0.06 | 0.21 | 0 | 0.01 | 283.85 | 0.9 | 0.89 |
| Hex | EE | C8 | FC | 6 | 15 | 0 | 1 | 11C | 5A | 59 |
| Octal | 356 | 310 | 374 | 6 | 25 | 0 | 1 | 434 | 132 | 131 |
| Binary | 11101110 | 11001000 | 11111100 | 110 | 10101 | 0 | 1 | 100011100 | 1011010 | 1011001 |
Color Harmonies of #EEC8FC
Complementary color
Monochromatic Colors of #EEC8FC
Black with #EEC8FC
Text Example
Text Example
White with #EEC8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8FC; }
p { color: rgb(238,200,252); }
H1.HeaderClassName
{
color: #EEC8FC;
}
.AnyTagClassName
{
color: #EEC8FC;
}
</style>
background-color css
<style>
a { background-color: #EEC8FC; }
a { background-color: rgb(238,200,252); }
div.DivClassName
{
background-color: #EEC8FC;
}
.BgClassName
{
background-color: #EEC8FC;
}
</style>
border-color css
<style>
span { border-color: #EEC8FC; }
span { border-color: rgb(238,200,252); }
td.TdClassName
{
border-color: #EEC8FC;
}
.TagClassName
{
border-color: #EEC8FC;
}
</style>