Shades of Pink Lace #EFCDD3
Tints of Pink Lace #EFCDD3
RGB
CMYK
RGB Variations
Color information
#EFCDD3 (or 0xEFCDD3) is known color: Pink Lace. HEX triplet: EF, CD and D3. RGB value is (239,205,211). Sum of RGB (Red+Green+Blue) = 239+205+211=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDD3 is #10322C. Grayscale: #D7D7D7. Windows color (decimal): -1061421 or 13880815. OLE color: 13880815.
HSL color Cylindrical-coordinate representation of color #EFCDD3: hue angle of 349.41º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCDD3 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 211 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.06 |
| HSL | 349.41º | 0.52% | 0.87% | - |
| HSV(B) | 349.41º | 0.14% | 0.94% | - |
| XYZ | 69.19 | 66.72 | 70.86 | - |
| YUV | 215.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 211 | 0 | 0.14 | 0.12 | 0.06 | 349.41 | 0.52 | 0.87 |
| Hex | EF | CD | D3 | 0 | E | C | 6 | 15D | 34 | 57 |
| Octal | 357 | 315 | 323 | 0 | 16 | 14 | 6 | 535 | 64 | 127 |
| Binary | 11101111 | 11001101 | 11010011 | 0 | 1110 | 1100 | 110 | 101011101 | 110100 | 1010111 |
Color Harmonies of #EFCDD3
Complementary color
Monochromatic Colors of #EFCDD3
Black with #EFCDD3
Text Example
Text Example
White with #EFCDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDD3; }
p { color: rgb(239,205,211); }
H1.HeaderClassName
{
color: #EFCDD3;
}
.AnyTagClassName
{
color: #EFCDD3;
}
</style>
background-color css
<style>
a { background-color: #EFCDD3; }
a { background-color: rgb(239,205,211); }
div.DivClassName
{
background-color: #EFCDD3;
}
.BgClassName
{
background-color: #EFCDD3;
}
</style>
border-color css
<style>
span { border-color: #EFCDD3; }
span { border-color: rgb(239,205,211); }
td.TdClassName
{
border-color: #EFCDD3;
}
.TagClassName
{
border-color: #EFCDD3;
}
</style>