Shades of Blue Chalk #EECFF7
Tints of Blue Chalk #EECFF7
RGB
CMYK
RGB Variations
Color information
#EECFF7 (or 0xEECFF7) is known color: Blue Chalk. HEX triplet: EE, CF and F7. RGB value is (238,207,247). Sum of RGB (Red+Green+Blue) = 238+207+247=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 247 (96.88% from 255 or 35.69% from 692); Max value from RGB is 247 - color contains mainly: blue. Hex color #EECFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFF7 is #113008. Grayscale: #DCDCDC. Windows color (decimal): -1126409 or 16240622. OLE color: 16240622.
HSL color Cylindrical-coordinate representation of color #EECFF7: hue angle of 286.5º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EECFF7 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 207 | 247 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.03 |
| HSL | 286.5º | 0.71% | 0.89% | - |
| HSV(B) | 286.5º | 0.16% | 0.97% | - |
| XYZ | 74.36 | 69.52 | 97.49 | - |
| YUV | 220.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 247 | 0.04 | 0.16 | 0 | 0.03 | 286.5 | 0.71 | 0.89 |
| Hex | EE | CF | F7 | 4 | 10 | 0 | 3 | 11E | 47 | 59 |
| Octal | 356 | 317 | 367 | 4 | 20 | 0 | 3 | 436 | 107 | 131 |
| Binary | 11101110 | 11001111 | 11110111 | 100 | 10000 | 0 | 11 | 100011110 | 1000111 | 1011001 |
Color Harmonies of #EECFF7
Complementary color
Monochromatic Colors of #EECFF7
Black with #EECFF7
Text Example
Text Example
White with #EECFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFF7; }
p { color: rgb(238,207,247); }
H1.HeaderClassName
{
color: #EECFF7;
}
.AnyTagClassName
{
color: #EECFF7;
}
</style>
background-color css
<style>
a { background-color: #EECFF7; }
a { background-color: rgb(238,207,247); }
div.DivClassName
{
background-color: #EECFF7;
}
.BgClassName
{
background-color: #EECFF7;
}
</style>
border-color css
<style>
span { border-color: #EECFF7; }
span { border-color: rgb(238,207,247); }
td.TdClassName
{
border-color: #EECFF7;
}
.TagClassName
{
border-color: #EECFF7;
}
</style>