Shades of Oyster Pink #D5ADAC
Tints of Oyster Pink #D5ADAC
RGB
CMYK
RGB Variations
Color information
#D5ADAC (or 0xD5ADAC) is known color: Oyster Pink. HEX triplet: D5, AD and AC. RGB value is (213,173,172). Sum of RGB (Red+Green+Blue) = 213+173+172=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ADAC is #2A5253. Grayscale: #B8B8B8. Windows color (decimal): -2773588 or 11316693. OLE color: 11316693.
HSL color Cylindrical-coordinate representation of color #D5ADAC: hue angle of 1.46º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ADAC is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 173 | 172 | - |
CMYK | 0 | 0.19 | 0.19 | 0.16 |
HSL | 1.46º | 0.33% | 0.75% | - |
HSV(B) | 1.46º | 0.19% | 0.84% | - |
XYZ | 49.83 | 47.01 | 45.48 | - |
YUV | 184.85 | 120.75 | 148.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 173 | 172 | 0 | 0.19 | 0.19 | 0.16 | 1.46 | 0.33 | 0.75 |
Hex | D5 | AD | AC | 0 | 13 | 13 | 10 | 1 | 21 | 4B |
Octal | 325 | 255 | 254 | 0 | 23 | 23 | 20 | 1 | 41 | 113 |
Binary | 11010101 | 10101101 | 10101100 | 0 | 10011 | 10011 | 10000 | 1 | 100001 | 1001011 |
Color Harmonies of #D5ADAC
Complementary color
Monochromatic Colors of #D5ADAC
Black with #D5ADAC
Text Example
Text Example
White with #D5ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADAC; }
p { color: rgb(213,173,172); }
H1.HeaderClassName
{
color: #D5ADAC;
}
.AnyTagClassName
{
color: #D5ADAC;
}
</style>
background-color css
<style>
a { background-color: #D5ADAC; }
a { background-color: rgb(213,173,172); }
div.DivClassName
{
background-color: #D5ADAC;
}
.BgClassName
{
background-color: #D5ADAC;
}
</style>
border-color css
<style>
span { border-color: #D5ADAC; }
span { border-color: rgb(213,173,172); }
td.TdClassName
{
border-color: #D5ADAC;
}
.TagClassName
{
border-color: #D5ADAC;
}
</style>