Shades of Oyster Pink #D5ACAC
Tints of Oyster Pink #D5ACAC
RGB
CMYK
RGB Variations
Color information
#D5ACAC (or 0xD5ACAC) is known color: Oyster Pink. HEX triplet: D5, AC and AC. RGB value is (213,172,172). Sum of RGB (Red+Green+Blue) = 213+172+172=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ACAC is #2A5353. Grayscale: #B8B8B8. Windows color (decimal): -2773844 or 11316437. OLE color: 11316437.
HSL color Cylindrical-coordinate representation of color #D5ACAC: hue angle of 0º 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 #D5ACAC is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 172 | 172 | - |
CMYK | 0 | 0.19 | 0.19 | 0.16 |
HSL | 0º | 0.33% | 0.75% | - |
HSV(B) | 0º | 0.19% | 0.84% | - |
XYZ | 49.64 | 46.63 | 45.41 | - |
YUV | 184.26 | 121.08 | 148.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 172 | 172 | 0 | 0.19 | 0.19 | 0.16 | 0 | 0.33 | 0.75 |
Hex | D5 | AC | AC | 0 | 13 | 13 | 10 | 0 | 21 | 4B |
Octal | 325 | 254 | 254 | 0 | 23 | 23 | 20 | 0 | 41 | 113 |
Binary | 11010101 | 10101100 | 10101100 | 0 | 10011 | 10011 | 10000 | 0 | 100001 | 1001011 |
Color Harmonies of #D5ACAC
Complementary color
Monochromatic Colors of #D5ACAC
Black with #D5ACAC
Text Example
Text Example
White with #D5ACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ACAC; }
p { color: rgb(213,172,172); }
H1.HeaderClassName
{
color: #D5ACAC;
}
.AnyTagClassName
{
color: #D5ACAC;
}
</style>
background-color css
<style>
a { background-color: #D5ACAC; }
a { background-color: rgb(213,172,172); }
div.DivClassName
{
background-color: #D5ACAC;
}
.BgClassName
{
background-color: #D5ACAC;
}
</style>
border-color css
<style>
span { border-color: #D5ACAC; }
span { border-color: rgb(213,172,172); }
td.TdClassName
{
border-color: #D5ACAC;
}
.TagClassName
{
border-color: #D5ACAC;
}
</style>