Shades of Oyster Pink #DCADAB
Tints of Oyster Pink #DCADAB
RGB
CMYK
RGB Variations
Color information
#DCADAB (or 0xDCADAB) is known color: Oyster Pink. HEX triplet: DC, AD and AB. RGB value is (220,173,171). Sum of RGB (Red+Green+Blue) = 220+173+171=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCADAB is #235254. Grayscale: #BABABA. Windows color (decimal): -2314837 or 11251164. OLE color: 11251164.
HSL color Cylindrical-coordinate representation of color #DCADAB: hue angle of 2.45º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCADAB is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 171 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.14 |
| HSL | 2.45º | 0.41% | 0.77% | - |
| HSV(B) | 2.45º | 0.22% | 0.86% | - |
| XYZ | 51.81 | 48.04 | 45.07 | - |
| YUV | 186.83 | 119.07 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 171 | 0 | 0.21 | 0.22 | 0.14 | 2.45 | 0.41 | 0.77 |
| Hex | DC | AD | AB | 0 | 15 | 16 | E | 2 | 29 | 4D |
| Octal | 334 | 255 | 253 | 0 | 25 | 26 | 16 | 2 | 51 | 115 |
| Binary | 11011100 | 10101101 | 10101011 | 0 | 10101 | 10110 | 1110 | 10 | 101001 | 1001101 |
Color Harmonies of #DCADAB
Complementary color
Monochromatic Colors of #DCADAB
Black with #DCADAB
Text Example
Text Example
White with #DCADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADAB; }
p { color: rgb(220,173,171); }
H1.HeaderClassName
{
color: #DCADAB;
}
.AnyTagClassName
{
color: #DCADAB;
}
</style>
background-color css
<style>
a { background-color: #DCADAB; }
a { background-color: rgb(220,173,171); }
div.DivClassName
{
background-color: #DCADAB;
}
.BgClassName
{
background-color: #DCADAB;
}
</style>
border-color css
<style>
span { border-color: #DCADAB; }
span { border-color: rgb(220,173,171); }
td.TdClassName
{
border-color: #DCADAB;
}
.TagClassName
{
border-color: #DCADAB;
}
</style>