Shades of Blue Chalk #EECDFC
Tints of Blue Chalk #EECDFC
RGB
CMYK
RGB Variations
Color information
#EECDFC (or 0xEECDFC) is known color: Blue Chalk. HEX triplet: EE, CD and FC. RGB value is (238,205,252). Sum of RGB (Red+Green+Blue) = 238+205+252=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 205 (80.47% from 255 or 29.50% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #EECDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDFC is #113203. Grayscale: #DCDCDC. Windows color (decimal): -1126916 or 16567790. OLE color: 16567790.
HSL color Cylindrical-coordinate representation of color #EECDFC: hue angle of 282.13º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EECDFC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 205 | 252 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.01 |
| HSL | 282.13º | 0.89% | 0.9% | - |
| HSV(B) | 282.13º | 0.19% | 0.99% | - |
| XYZ | 74.66 | 68.87 | 101.45 | - |
| YUV | 220.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 252 | 0.06 | 0.19 | 0 | 0.01 | 282.13 | 0.89 | 0.9 |
| Hex | EE | CD | FC | 6 | 13 | 0 | 1 | 11A | 59 | 5A |
| Octal | 356 | 315 | 374 | 6 | 23 | 0 | 1 | 432 | 131 | 132 |
| Binary | 11101110 | 11001101 | 11111100 | 110 | 10011 | 0 | 1 | 100011010 | 1011001 | 1011010 |
Color Harmonies of #EECDFC
Complementary color
Monochromatic Colors of #EECDFC
Black with #EECDFC
Text Example
Text Example
White with #EECDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDFC; }
p { color: rgb(238,205,252); }
H1.HeaderClassName
{
color: #EECDFC;
}
.AnyTagClassName
{
color: #EECDFC;
}
</style>
background-color css
<style>
a { background-color: #EECDFC; }
a { background-color: rgb(238,205,252); }
div.DivClassName
{
background-color: #EECDFC;
}
.BgClassName
{
background-color: #EECDFC;
}
</style>
border-color css
<style>
span { border-color: #EECDFC; }
span { border-color: rgb(238,205,252); }
td.TdClassName
{
border-color: #EECDFC;
}
.TagClassName
{
border-color: #EECDFC;
}
</style>