Shades of Pink Lace #EFCBD3
Tints of Pink Lace #EFCBD3
RGB
CMYK
RGB Variations
Color information
#EFCBD3 (or 0xEFCBD3) is known color: Pink Lace. HEX triplet: EF, CB and D3. RGB value is (239,203,211). Sum of RGB (Red+Green+Blue) = 239+203+211=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBD3 is #10342C. Grayscale: #D6D6D6. Windows color (decimal): -1061933 or 13880303. OLE color: 13880303.
HSL color Cylindrical-coordinate representation of color #EFCBD3: hue angle of 346.67º degrees, saturation: 0.53, 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 #EFCBD3 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 211 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.06 |
| HSL | 346.67º | 0.53% | 0.87% | - |
| HSV(B) | 346.67º | 0.15% | 0.94% | - |
| XYZ | 68.71 | 65.77 | 70.7 | - |
| YUV | 214.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 211 | 0 | 0.15 | 0.12 | 0.06 | 346.67 | 0.53 | 0.87 |
| Hex | EF | CB | D3 | 0 | F | C | 6 | 15B | 35 | 57 |
| Octal | 357 | 313 | 323 | 0 | 17 | 14 | 6 | 533 | 65 | 127 |
| Binary | 11101111 | 11001011 | 11010011 | 0 | 1111 | 1100 | 110 | 101011011 | 110101 | 1010111 |
Color Harmonies of #EFCBD3
Complementary color
Monochromatic Colors of #EFCBD3
Black with #EFCBD3
Text Example
Text Example
White with #EFCBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBD3; }
p { color: rgb(239,203,211); }
H1.HeaderClassName
{
color: #EFCBD3;
}
.AnyTagClassName
{
color: #EFCBD3;
}
</style>
background-color css
<style>
a { background-color: #EFCBD3; }
a { background-color: rgb(239,203,211); }
div.DivClassName
{
background-color: #EFCBD3;
}
.BgClassName
{
background-color: #EFCBD3;
}
</style>
border-color css
<style>
span { border-color: #EFCBD3; }
span { border-color: rgb(239,203,211); }
td.TdClassName
{
border-color: #EFCBD3;
}
.TagClassName
{
border-color: #EFCBD3;
}
</style>