Shades of Oyster Pink #DCAEAC
Tints of Oyster Pink #DCAEAC
RGB
CMYK
RGB Variations
Color information
#DCAEAC (or 0xDCAEAC) is known color: Oyster Pink. HEX triplet: DC, AE and AC. RGB value is (220,174,172). Sum of RGB (Red+Green+Blue) = 220+174+172=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAEAC is #235153. Grayscale: #BBBBBB. Windows color (decimal): -2314580 or 11316956. OLE color: 11316956.
HSL color Cylindrical-coordinate representation of color #DCAEAC: hue angle of 2.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCAEAC is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 172 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.14 |
| HSL | 2.5º | 0.41% | 0.77% | - |
| HSV(B) | 2.5º | 0.22% | 0.86% | - |
| XYZ | 52.1 | 48.47 | 45.64 | - |
| YUV | 187.53 | 119.24 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 172 | 0 | 0.21 | 0.22 | 0.14 | 2.5 | 0.41 | 0.77 |
| Hex | DC | AE | AC | 0 | 15 | 16 | E | 2 | 29 | 4D |
| Octal | 334 | 256 | 254 | 0 | 25 | 26 | 16 | 2 | 51 | 115 |
| Binary | 11011100 | 10101110 | 10101100 | 0 | 10101 | 10110 | 1110 | 10 | 101001 | 1001101 |
Color Harmonies of #DCAEAC
Complementary color
Monochromatic Colors of #DCAEAC
Black with #DCAEAC
Text Example
Text Example
White with #DCAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEAC; }
p { color: rgb(220,174,172); }
H1.HeaderClassName
{
color: #DCAEAC;
}
.AnyTagClassName
{
color: #DCAEAC;
}
</style>
background-color css
<style>
a { background-color: #DCAEAC; }
a { background-color: rgb(220,174,172); }
div.DivClassName
{
background-color: #DCAEAC;
}
.BgClassName
{
background-color: #DCAEAC;
}
</style>
border-color css
<style>
span { border-color: #DCAEAC; }
span { border-color: rgb(220,174,172); }
td.TdClassName
{
border-color: #DCAEAC;
}
.TagClassName
{
border-color: #DCAEAC;
}
</style>