Shades of Pink Lace #EFCCD4
Tints of Pink Lace #EFCCD4
RGB
CMYK
RGB Variations
Color information
#EFCCD4 (or 0xEFCCD4) is known color: Pink Lace. HEX triplet: EF, CC and D4. RGB value is (239,204,212). Sum of RGB (Red+Green+Blue) = 239+204+212=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCD4 is #10332B. Grayscale: #D7D7D7. Windows color (decimal): -1061676 or 13946095. OLE color: 13946095.
HSL color Cylindrical-coordinate representation of color #EFCCD4: hue angle of 346.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCCD4 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 212 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.06 |
| HSL | 346.29º | 0.52% | 0.87% | - |
| HSV(B) | 346.29º | 0.15% | 0.94% | - |
| XYZ | 69.07 | 66.29 | 71.44 | - |
| YUV | 215.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 212 | 0 | 0.15 | 0.11 | 0.06 | 346.29 | 0.52 | 0.87 |
| Hex | EF | CC | D4 | 0 | F | B | 6 | 15A | 34 | 57 |
| Octal | 357 | 314 | 324 | 0 | 17 | 13 | 6 | 532 | 64 | 127 |
| Binary | 11101111 | 11001100 | 11010100 | 0 | 1111 | 1011 | 110 | 101011010 | 110100 | 1010111 |
Color Harmonies of #EFCCD4
Complementary color
Monochromatic Colors of #EFCCD4
Black with #EFCCD4
Text Example
Text Example
White with #EFCCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCD4; }
p { color: rgb(239,204,212); }
H1.HeaderClassName
{
color: #EFCCD4;
}
.AnyTagClassName
{
color: #EFCCD4;
}
</style>
background-color css
<style>
a { background-color: #EFCCD4; }
a { background-color: rgb(239,204,212); }
div.DivClassName
{
background-color: #EFCCD4;
}
.BgClassName
{
background-color: #EFCCD4;
}
</style>
border-color css
<style>
span { border-color: #EFCCD4; }
span { border-color: rgb(239,204,212); }
td.TdClassName
{
border-color: #EFCCD4;
}
.TagClassName
{
border-color: #EFCCD4;
}
</style>