Shades of Oyster Pink #DCB1AE
Tints of Oyster Pink #DCB1AE
RGB
CMYK
RGB Variations
Color information
#DCB1AE (or 0xDCB1AE) is known color: Oyster Pink. HEX triplet: DC, B1 and AE. RGB value is (220,177,174). Sum of RGB (Red+Green+Blue) = 220+177+174=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB1AE is #234E51. Grayscale: #BDBDBD. Windows color (decimal): -2313810 or 11448796. OLE color: 11448796.
HSL color Cylindrical-coordinate representation of color #DCB1AE: hue angle of 3.91º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCB1AE is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 174 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.14 |
| HSL | 3.91º | 0.4% | 0.77% | - |
| HSV(B) | 3.91º | 0.21% | 0.86% | - |
| XYZ | 52.88 | 49.72 | 46.85 | - |
| YUV | 189.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 174 | 0 | 0.20 | 0.21 | 0.14 | 3.91 | 0.4 | 0.77 |
| Hex | DC | B1 | AE | 0 | 14 | 15 | E | 4 | 28 | 4D |
| Octal | 334 | 261 | 256 | 0 | 24 | 25 | 16 | 4 | 50 | 115 |
| Binary | 11011100 | 10110001 | 10101110 | 0 | 10100 | 10101 | 1110 | 100 | 101000 | 1001101 |
Color Harmonies of #DCB1AE
Complementary color
Monochromatic Colors of #DCB1AE
Black with #DCB1AE
Text Example
Text Example
White with #DCB1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1AE; }
p { color: rgb(220,177,174); }
H1.HeaderClassName
{
color: #DCB1AE;
}
.AnyTagClassName
{
color: #DCB1AE;
}
</style>
background-color css
<style>
a { background-color: #DCB1AE; }
a { background-color: rgb(220,177,174); }
div.DivClassName
{
background-color: #DCB1AE;
}
.BgClassName
{
background-color: #DCB1AE;
}
</style>
border-color css
<style>
span { border-color: #DCB1AE; }
span { border-color: rgb(220,177,174); }
td.TdClassName
{
border-color: #DCB1AE;
}
.TagClassName
{
border-color: #DCB1AE;
}
</style>