Shades of Oyster Pink #DCADAD
Tints of Oyster Pink #DCADAD
RGB
CMYK
RGB Variations
Color information
#DCADAD (or 0xDCADAD) is known color: Oyster Pink. HEX triplet: DC, AD and AD. RGB value is (220,173,173). Sum of RGB (Red+Green+Blue) = 220+173+173=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCADAD is #235252. Grayscale: #BBBBBB. Windows color (decimal): -2314835 or 11382236. OLE color: 11382236.
HSL color Cylindrical-coordinate representation of color #DCADAD: hue angle of 0º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCADAD is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 173 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.14 |
| HSL | 0º | 0.4% | 0.77% | - |
| HSV(B) | 0º | 0.21% | 0.86% | - |
| XYZ | 52 | 48.12 | 46.08 | - |
| YUV | 187.05 | 120.07 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 173 | 0 | 0.21 | 0.21 | 0.14 | 0 | 0.4 | 0.77 |
| Hex | DC | AD | AD | 0 | 15 | 15 | E | 0 | 28 | 4D |
| Octal | 334 | 255 | 255 | 0 | 25 | 25 | 16 | 0 | 50 | 115 |
| Binary | 11011100 | 10101101 | 10101101 | 0 | 10101 | 10101 | 1110 | 0 | 101000 | 1001101 |
Color Harmonies of #DCADAD
Complementary color
Monochromatic Colors of #DCADAD
Black with #DCADAD
Text Example
Text Example
White with #DCADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADAD; }
p { color: rgb(220,173,173); }
H1.HeaderClassName
{
color: #DCADAD;
}
.AnyTagClassName
{
color: #DCADAD;
}
</style>
background-color css
<style>
a { background-color: #DCADAD; }
a { background-color: rgb(220,173,173); }
div.DivClassName
{
background-color: #DCADAD;
}
.BgClassName
{
background-color: #DCADAD;
}
</style>
border-color css
<style>
span { border-color: #DCADAD; }
span { border-color: rgb(220,173,173); }
td.TdClassName
{
border-color: #DCADAD;
}
.TagClassName
{
border-color: #DCADAD;
}
</style>