Shades of Pink Lace #EFCCD3
Tints of Pink Lace #EFCCD3
RGB
CMYK
RGB Variations
Color information
#EFCCD3 (or 0xEFCCD3) is known color: Pink Lace. HEX triplet: EF, CC and D3. RGB value is (239,204,211). Sum of RGB (Red+Green+Blue) = 239+204+211=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCD3 is #10332C. Grayscale: #D7D7D7. Windows color (decimal): -1061677 or 13880559. OLE color: 13880559.
HSL color Cylindrical-coordinate representation of color #EFCCD3: hue angle of 348º 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 #EFCCD3 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 211 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.06 |
| HSL | 348º | 0.52% | 0.87% | - |
| HSV(B) | 348º | 0.15% | 0.94% | - |
| XYZ | 68.95 | 66.24 | 70.78 | - |
| YUV | 215.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 211 | 0 | 0.15 | 0.12 | 0.06 | 348 | 0.52 | 0.87 |
| Hex | EF | CC | D3 | 0 | F | C | 6 | 15C | 34 | 57 |
| Octal | 357 | 314 | 323 | 0 | 17 | 14 | 6 | 534 | 64 | 127 |
| Binary | 11101111 | 11001100 | 11010011 | 0 | 1111 | 1100 | 110 | 101011100 | 110100 | 1010111 |
Color Harmonies of #EFCCD3
Complementary color
Monochromatic Colors of #EFCCD3
Black with #EFCCD3
Text Example
Text Example
White with #EFCCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCD3; }
p { color: rgb(239,204,211); }
H1.HeaderClassName
{
color: #EFCCD3;
}
.AnyTagClassName
{
color: #EFCCD3;
}
</style>
background-color css
<style>
a { background-color: #EFCCD3; }
a { background-color: rgb(239,204,211); }
div.DivClassName
{
background-color: #EFCCD3;
}
.BgClassName
{
background-color: #EFCCD3;
}
</style>
border-color css
<style>
span { border-color: #EFCCD3; }
span { border-color: rgb(239,204,211); }
td.TdClassName
{
border-color: #EFCCD3;
}
.TagClassName
{
border-color: #EFCCD3;
}
</style>