Shades of Pink Lace #EECDD5
Tints of Pink Lace #EECDD5
RGB
CMYK
RGB Variations
Color information
#EECDD5 (or 0xEECDD5) is known color: Pink Lace. HEX triplet: EE, CD and D5. RGB value is (238,205,213). Sum of RGB (Red+Green+Blue) = 238+205+213=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDD5 is #11322A. Grayscale: #D7D7D7. Windows color (decimal): -1126955 or 14011886. OLE color: 14011886.
HSL color Cylindrical-coordinate representation of color #EECDD5: hue angle of 345.45º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECDD5 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 213 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.07 |
| HSL | 345.45º | 0.49% | 0.87% | - |
| HSV(B) | 345.45º | 0.14% | 0.93% | - |
| XYZ | 69.1 | 66.64 | 72.17 | - |
| YUV | 215.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 213 | 0 | 0.14 | 0.11 | 0.07 | 345.45 | 0.49 | 0.87 |
| Hex | EE | CD | D5 | 0 | E | B | 7 | 159 | 31 | 57 |
| Octal | 356 | 315 | 325 | 0 | 16 | 13 | 7 | 531 | 61 | 127 |
| Binary | 11101110 | 11001101 | 11010101 | 0 | 1110 | 1011 | 111 | 101011001 | 110001 | 1010111 |
Color Harmonies of #EECDD5
Complementary color
Monochromatic Colors of #EECDD5
Black with #EECDD5
Text Example
Text Example
White with #EECDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDD5; }
p { color: rgb(238,205,213); }
H1.HeaderClassName
{
color: #EECDD5;
}
.AnyTagClassName
{
color: #EECDD5;
}
</style>
background-color css
<style>
a { background-color: #EECDD5; }
a { background-color: rgb(238,205,213); }
div.DivClassName
{
background-color: #EECDD5;
}
.BgClassName
{
background-color: #EECDD5;
}
</style>
border-color css
<style>
span { border-color: #EECDD5; }
span { border-color: rgb(238,205,213); }
td.TdClassName
{
border-color: #EECDD5;
}
.TagClassName
{
border-color: #EECDD5;
}
</style>