Shades of Oyster Pink #DDAEAB
Tints of Oyster Pink #DDAEAB
RGB
CMYK
RGB Variations
Color information
#DDAEAB (or 0xDDAEAB) is known color: Oyster Pink. HEX triplet: DD, AE and AB. RGB value is (221,174,171). Sum of RGB (Red+Green+Blue) = 221+174+171=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAEAB is #225154. Grayscale: #BBBBBB. Windows color (decimal): -2249045 or 11251421. OLE color: 11251421.
HSL color Cylindrical-coordinate representation of color #DDAEAB: hue angle of 3.6º 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 #DDAEAB is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 174 | 171 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.13 |
| HSL | 3.6º | 0.42% | 0.77% | - |
| HSV(B) | 3.6º | 0.23% | 0.87% | - |
| XYZ | 52.31 | 48.58 | 45.15 | - |
| YUV | 187.71 | 118.57 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 171 | 0 | 0.21 | 0.23 | 0.13 | 3.6 | 0.42 | 0.77 |
| Hex | DD | AE | AB | 0 | 15 | 17 | D | 4 | 2A | 4D |
| Octal | 335 | 256 | 253 | 0 | 25 | 27 | 15 | 4 | 52 | 115 |
| Binary | 11011101 | 10101110 | 10101011 | 0 | 10101 | 10111 | 1101 | 100 | 101010 | 1001101 |
Color Harmonies of #DDAEAB
Complementary color
Monochromatic Colors of #DDAEAB
Black with #DDAEAB
Text Example
Text Example
White with #DDAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEAB; }
p { color: rgb(221,174,171); }
H1.HeaderClassName
{
color: #DDAEAB;
}
.AnyTagClassName
{
color: #DDAEAB;
}
</style>
background-color css
<style>
a { background-color: #DDAEAB; }
a { background-color: rgb(221,174,171); }
div.DivClassName
{
background-color: #DDAEAB;
}
.BgClassName
{
background-color: #DDAEAB;
}
</style>
border-color css
<style>
span { border-color: #DDAEAB; }
span { border-color: rgb(221,174,171); }
td.TdClassName
{
border-color: #DDAEAB;
}
.TagClassName
{
border-color: #DDAEAB;
}
</style>