Shades of Blue Chalk #EECFFF
Tints of Blue Chalk #EECFFF
RGB
CMYK
RGB Variations
Color information
#EECFFF (or 0xEECFFF) is known color: Blue Chalk. HEX triplet: EE, CF and FF. RGB value is (238,207,255). Sum of RGB (Red+Green+Blue) = 238+207+255=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 207 (81.25% from 255 or 29.57% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #EECFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFFF is #113000. Grayscale: #DDDDDD. Windows color (decimal): -1126401 or 16764910. OLE color: 16764910.
HSL color Cylindrical-coordinate representation of color #EECFFF: hue angle of 278.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EECFFF is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 207 | 255 | - |
| CMYK | 0.07 | 0.19 | 0 | 0 |
| HSL | 278.75º | 1% | 0.91% | - |
| HSV(B) | 278.75º | 0.19% | 1% | - |
| XYZ | 75.62 | 70.02 | 104.14 | - |
| YUV | 221.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 255 | 0.07 | 0.19 | 0 | 0 | 278.75 | 1 | 0.91 |
| Hex | EE | CF | FF | 7 | 13 | 0 | 0 | 117 | 64 | 5B |
| Octal | 356 | 317 | 377 | 7 | 23 | 0 | 0 | 427 | 144 | 133 |
| Binary | 11101110 | 11001111 | 11111111 | 111 | 10011 | 0 | 0 | 100010111 | 1100100 | 1011011 |
Color Harmonies of #EECFFF
Complementary color
Monochromatic Colors of #EECFFF
Black with #EECFFF
Text Example
Text Example
White with #EECFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFFF; }
p { color: rgb(238,207,255); }
H1.HeaderClassName
{
color: #EECFFF;
}
.AnyTagClassName
{
color: #EECFFF;
}
</style>
background-color css
<style>
a { background-color: #EECFFF; }
a { background-color: rgb(238,207,255); }
div.DivClassName
{
background-color: #EECFFF;
}
.BgClassName
{
background-color: #EECFFF;
}
</style>
border-color css
<style>
span { border-color: #EECFFF; }
span { border-color: rgb(238,207,255); }
td.TdClassName
{
border-color: #EECFFF;
}
.TagClassName
{
border-color: #EECFFF;
}
</style>