Shades of Oyster Pink #DDADAB
Tints of Oyster Pink #DDADAB
RGB
CMYK
RGB Variations
Color information
#DDADAB (or 0xDDADAB) is known color: Oyster Pink. HEX triplet: DD, AD and AB. RGB value is (221,173,171). Sum of RGB (Red+Green+Blue) = 221+173+171=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDADAB is #225254. Grayscale: #BBBBBB. Windows color (decimal): -2249301 or 11251165. OLE color: 11251165.
HSL color Cylindrical-coordinate representation of color #DDADAB: hue angle of 2.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDADAB is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 171 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.13 |
| HSL | 2.4º | 0.42% | 0.77% | - |
| HSV(B) | 2.4º | 0.23% | 0.87% | - |
| XYZ | 52.11 | 48.2 | 45.08 | - |
| YUV | 187.12 | 118.9 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 171 | 0 | 0.22 | 0.23 | 0.13 | 2.4 | 0.42 | 0.77 |
| Hex | DD | AD | AB | 0 | 16 | 17 | D | 2 | 2A | 4D |
| Octal | 335 | 255 | 253 | 0 | 26 | 27 | 15 | 2 | 52 | 115 |
| Binary | 11011101 | 10101101 | 10101011 | 0 | 10110 | 10111 | 1101 | 10 | 101010 | 1001101 |
Color Harmonies of #DDADAB
Complementary color
Monochromatic Colors of #DDADAB
Black with #DDADAB
Text Example
Text Example
White with #DDADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADAB; }
p { color: rgb(221,173,171); }
H1.HeaderClassName
{
color: #DDADAB;
}
.AnyTagClassName
{
color: #DDADAB;
}
</style>
background-color css
<style>
a { background-color: #DDADAB; }
a { background-color: rgb(221,173,171); }
div.DivClassName
{
background-color: #DDADAB;
}
.BgClassName
{
background-color: #DDADAB;
}
</style>
border-color css
<style>
span { border-color: #DDADAB; }
span { border-color: rgb(221,173,171); }
td.TdClassName
{
border-color: #DDADAB;
}
.TagClassName
{
border-color: #DDADAB;
}
</style>