Shades of Oyster Pink #DDAEAC
Tints of Oyster Pink #DDAEAC
RGB
CMYK
RGB Variations
Color information
#DDAEAC (or 0xDDAEAC) is known color: Oyster Pink. HEX triplet: DD, AE and AC. RGB value is (221,174,172). Sum of RGB (Red+Green+Blue) = 221+174+172=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAEAC is #225153. Grayscale: #BBBBBB. Windows color (decimal): -2249044 or 11316957. OLE color: 11316957.
HSL color Cylindrical-coordinate representation of color #DDAEAC: hue angle of 2.45º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDAEAC is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 174 | 172 | - |
CMYK | 0 | 0.21 | 0.22 | 0.13 |
HSL | 2.45º | 0.42% | 0.77% | - |
HSV(B) | 2.45º | 0.22% | 0.87% | - |
XYZ | 52.4 | 48.62 | 45.65 | - |
YUV | 187.83 | 119.07 | 151.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 174 | 172 | 0 | 0.21 | 0.22 | 0.13 | 2.45 | 0.42 | 0.77 |
Hex | DD | AE | AC | 0 | 15 | 16 | D | 2 | 2A | 4D |
Octal | 335 | 256 | 254 | 0 | 25 | 26 | 15 | 2 | 52 | 115 |
Binary | 11011101 | 10101110 | 10101100 | 0 | 10101 | 10110 | 1101 | 10 | 101010 | 1001101 |
Color Harmonies of #DDAEAC
Complementary color
Monochromatic Colors of #DDAEAC
Black with #DDAEAC
Text Example
Text Example
White with #DDAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEAC; }
p { color: rgb(221,174,172); }
H1.HeaderClassName
{
color: #DDAEAC;
}
.AnyTagClassName
{
color: #DDAEAC;
}
</style>
background-color css
<style>
a { background-color: #DDAEAC; }
a { background-color: rgb(221,174,172); }
div.DivClassName
{
background-color: #DDAEAC;
}
.BgClassName
{
background-color: #DDAEAC;
}
</style>
border-color css
<style>
span { border-color: #DDAEAC; }
span { border-color: rgb(221,174,172); }
td.TdClassName
{
border-color: #DDAEAC;
}
.TagClassName
{
border-color: #DDAEAC;
}
</style>