Shades of Blue Chalk #EECDF7
Tints of Blue Chalk #EECDF7
RGB
CMYK
RGB Variations
Color information
#EECDF7 (or 0xEECDF7) is known color: Blue Chalk. HEX triplet: EE, CD and F7. RGB value is (238,205,247). Sum of RGB (Red+Green+Blue) = 238+205+247=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 247 - color contains mainly: blue. Hex color #EECDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDF7 is #113208. Grayscale: #DBDBDB. Windows color (decimal): -1126921 or 16240110. OLE color: 16240110.
HSL color Cylindrical-coordinate representation of color #EECDF7: hue angle of 287.14º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EECDF7 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 238 | 205 | 247 | - |
CMYK | 0.04 | 0.17 | 0 | 0.03 |
HSL | 287.14º | 0.72% | 0.89% | - |
HSV(B) | 287.14º | 0.17% | 0.97% | - |
XYZ | 73.88 | 68.56 | 97.33 | - |
YUV | 219.66 | 143.43 | 141.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 205 | 247 | 0.04 | 0.17 | 0 | 0.03 | 287.14 | 0.72 | 0.89 |
Hex | EE | CD | F7 | 4 | 11 | 0 | 3 | 11F | 48 | 59 |
Octal | 356 | 315 | 367 | 4 | 21 | 0 | 3 | 437 | 110 | 131 |
Binary | 11101110 | 11001101 | 11110111 | 100 | 10001 | 0 | 11 | 100011111 | 1001000 | 1011001 |
Color Harmonies of #EECDF7
Complementary color
Monochromatic Colors of #EECDF7
Black with #EECDF7
Text Example
Text Example
White with #EECDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDF7; }
p { color: rgb(238,205,247); }
H1.HeaderClassName
{
color: #EECDF7;
}
.AnyTagClassName
{
color: #EECDF7;
}
</style>
background-color css
<style>
a { background-color: #EECDF7; }
a { background-color: rgb(238,205,247); }
div.DivClassName
{
background-color: #EECDF7;
}
.BgClassName
{
background-color: #EECDF7;
}
</style>
border-color css
<style>
span { border-color: #EECDF7; }
span { border-color: rgb(238,205,247); }
td.TdClassName
{
border-color: #EECDF7;
}
.TagClassName
{
border-color: #EECDF7;
}
</style>