Shades of Blue Chalk #EECDF9
Tints of Blue Chalk #EECDF9
RGB
CMYK
RGB Variations
Color information
#EECDF9 (or 0xEECDF9) is known color: Blue Chalk. HEX triplet: EE, CD and F9. RGB value is (238,205,249). Sum of RGB (Red+Green+Blue) = 238+205+249=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 205 (80.47% from 255 or 29.62% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 249 - color contains mainly: blue. Hex color #EECDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDF9 is #113206. Grayscale: #DBDBDB. Windows color (decimal): -1126919 or 16371182. OLE color: 16371182.
HSL color Cylindrical-coordinate representation of color #EECDF9: hue angle of 285º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EECDF9 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 205 | 249 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.02 |
| HSL | 285º | 0.79% | 0.89% | - |
| HSV(B) | 285º | 0.18% | 0.98% | - |
| XYZ | 74.19 | 68.68 | 98.97 | - |
| YUV | 219.88 | 144.43 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 249 | 0.04 | 0.18 | 0 | 0.02 | 285 | 0.79 | 0.89 |
| Hex | EE | CD | F9 | 4 | 12 | 0 | 2 | 11D | 4F | 59 |
| Octal | 356 | 315 | 371 | 4 | 22 | 0 | 2 | 435 | 117 | 131 |
| Binary | 11101110 | 11001101 | 11111001 | 100 | 10010 | 0 | 10 | 100011101 | 1001111 | 1011001 |
Color Harmonies of #EECDF9
Complementary color
Monochromatic Colors of #EECDF9
Black with #EECDF9
Text Example
Text Example
White with #EECDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDF9; }
p { color: rgb(238,205,249); }
H1.HeaderClassName
{
color: #EECDF9;
}
.AnyTagClassName
{
color: #EECDF9;
}
</style>
background-color css
<style>
a { background-color: #EECDF9; }
a { background-color: rgb(238,205,249); }
div.DivClassName
{
background-color: #EECDF9;
}
.BgClassName
{
background-color: #EECDF9;
}
</style>
border-color css
<style>
span { border-color: #EECDF9; }
span { border-color: rgb(238,205,249); }
td.TdClassName
{
border-color: #EECDF9;
}
.TagClassName
{
border-color: #EECDF9;
}
</style>