Shades of Oyster Pink #DDACAB
Tints of Oyster Pink #DDACAB
RGB
CMYK
RGB Variations
Color information
#DDACAB (or 0xDDACAB) is known color: Oyster Pink. HEX triplet: DD, AC and AB. RGB value is (221,172,171). Sum of RGB (Red+Green+Blue) = 221+172+171=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDACAB is #225354. Grayscale: #BABABA. Windows color (decimal): -2249557 or 11250909. OLE color: 11250909.
HSL color Cylindrical-coordinate representation of color #DDACAB: hue angle of 1.2º 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 #DDACAB is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 172 | 171 | - |
CMYK | 0 | 0.22 | 0.23 | 0.13 |
HSL | 1.2º | 0.42% | 0.77% | - |
HSV(B) | 1.2º | 0.23% | 0.87% | - |
XYZ | 51.92 | 47.82 | 45.02 | - |
YUV | 186.54 | 119.23 | 152.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 172 | 171 | 0 | 0.22 | 0.23 | 0.13 | 1.2 | 0.42 | 0.77 |
Hex | DD | AC | AB | 0 | 16 | 17 | D | 1 | 2A | 4D |
Octal | 335 | 254 | 253 | 0 | 26 | 27 | 15 | 1 | 52 | 115 |
Binary | 11011101 | 10101100 | 10101011 | 0 | 10110 | 10111 | 1101 | 1 | 101010 | 1001101 |
Color Harmonies of #DDACAB
Complementary color
Monochromatic Colors of #DDACAB
Black with #DDACAB
Text Example
Text Example
White with #DDACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACAB; }
p { color: rgb(221,172,171); }
H1.HeaderClassName
{
color: #DDACAB;
}
.AnyTagClassName
{
color: #DDACAB;
}
</style>
background-color css
<style>
a { background-color: #DDACAB; }
a { background-color: rgb(221,172,171); }
div.DivClassName
{
background-color: #DDACAB;
}
.BgClassName
{
background-color: #DDACAB;
}
</style>
border-color css
<style>
span { border-color: #DDACAB; }
span { border-color: rgb(221,172,171); }
td.TdClassName
{
border-color: #DDACAB;
}
.TagClassName
{
border-color: #DDACAB;
}
</style>