Shades of Blue Chalk #EECCFC
Tints of Blue Chalk #EECCFC
RGB
CMYK
RGB Variations
Color information
#EECCFC (or 0xEECCFC) is known color: Blue Chalk. HEX triplet: EE, CC and FC. RGB value is (238,204,252). Sum of RGB (Red+Green+Blue) = 238+204+252=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 204 (80.08% from 255 or 29.39% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #EECCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCFC is #113303. Grayscale: #DBDBDB. Windows color (decimal): -1127172 or 16567534. OLE color: 16567534.
HSL color Cylindrical-coordinate representation of color #EECCFC: hue angle of 282.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EECCFC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 204 | 252 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.01 |
| HSL | 282.5º | 0.89% | 0.89% | - |
| HSV(B) | 282.5º | 0.19% | 0.99% | - |
| XYZ | 74.42 | 68.39 | 101.37 | - |
| YUV | 219.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 252 | 0.06 | 0.19 | 0 | 0.01 | 282.5 | 0.89 | 0.89 |
| Hex | EE | CC | FC | 6 | 13 | 0 | 1 | 11A | 59 | 59 |
| Octal | 356 | 314 | 374 | 6 | 23 | 0 | 1 | 432 | 131 | 131 |
| Binary | 11101110 | 11001100 | 11111100 | 110 | 10011 | 0 | 1 | 100011010 | 1011001 | 1011001 |
Color Harmonies of #EECCFC
Complementary color
Monochromatic Colors of #EECCFC
Black with #EECCFC
Text Example
Text Example
White with #EECCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCFC; }
p { color: rgb(238,204,252); }
H1.HeaderClassName
{
color: #EECCFC;
}
.AnyTagClassName
{
color: #EECCFC;
}
</style>
background-color css
<style>
a { background-color: #EECCFC; }
a { background-color: rgb(238,204,252); }
div.DivClassName
{
background-color: #EECCFC;
}
.BgClassName
{
background-color: #EECCFC;
}
</style>
border-color css
<style>
span { border-color: #EECCFC; }
span { border-color: rgb(238,204,252); }
td.TdClassName
{
border-color: #EECCFC;
}
.TagClassName
{
border-color: #EECCFC;
}
</style>