Shades of Blue Chalk #EECDF6
Tints of Blue Chalk #EECDF6
RGB
CMYK
RGB Variations
Color information
#EECDF6 (or 0xEECDF6) is known color: Blue Chalk. HEX triplet: EE, CD and F6. RGB value is (238,205,246). Sum of RGB (Red+Green+Blue) = 238+205+246=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 205 (80.47% from 255 or 29.75% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 246 - color contains mainly: blue. Hex color #EECDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDF6 is #113209. Grayscale: #DBDBDB. Windows color (decimal): -1126922 or 16174574. OLE color: 16174574.
HSL color Cylindrical-coordinate representation of color #EECDF6: hue angle of 288.29º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EECDF6 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 238 | 205 | 246 | - |
CMYK | 0.03 | 0.17 | 0 | 0.04 |
HSL | 288.29º | 0.69% | 0.88% | - |
HSV(B) | 288.29º | 0.17% | 0.96% | - |
XYZ | 73.73 | 68.49 | 96.52 | - |
YUV | 219.54 | 142.93 | 141.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 205 | 246 | 0.03 | 0.17 | 0 | 0.04 | 288.29 | 0.69 | 0.88 |
Hex | EE | CD | F6 | 3 | 11 | 0 | 4 | 120 | 45 | 58 |
Octal | 356 | 315 | 366 | 3 | 21 | 0 | 4 | 440 | 105 | 130 |
Binary | 11101110 | 11001101 | 11110110 | 11 | 10001 | 0 | 100 | 100100000 | 1000101 | 1011000 |
Color Harmonies of #EECDF6
Complementary color
Monochromatic Colors of #EECDF6
Black with #EECDF6
Text Example
Text Example
White with #EECDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDF6; }
p { color: rgb(238,205,246); }
H1.HeaderClassName
{
color: #EECDF6;
}
.AnyTagClassName
{
color: #EECDF6;
}
</style>
background-color css
<style>
a { background-color: #EECDF6; }
a { background-color: rgb(238,205,246); }
div.DivClassName
{
background-color: #EECDF6;
}
.BgClassName
{
background-color: #EECDF6;
}
</style>
border-color css
<style>
span { border-color: #EECDF6; }
span { border-color: rgb(238,205,246); }
td.TdClassName
{
border-color: #EECDF6;
}
.TagClassName
{
border-color: #EECDF6;
}
</style>