Shades of Oyster Pink #DCACAA
Tints of Oyster Pink #DCACAA
RGB
CMYK
RGB Variations
Color information
#DCACAA (or 0xDCACAA) is known color: Oyster Pink. HEX triplet: DC, AC and AA. RGB value is (220,172,170). Sum of RGB (Red+Green+Blue) = 220+172+170=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCACAA is #235355. Grayscale: #BABABA. Windows color (decimal): -2315094 or 11185372. OLE color: 11185372.
HSL color Cylindrical-coordinate representation of color #DCACAA: hue angle of 2.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCACAA is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 170 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.14 |
| HSL | 2.4º | 0.42% | 0.76% | - |
| HSV(B) | 2.4º | 0.23% | 0.86% | - |
| XYZ | 51.52 | 47.62 | 44.51 | - |
| YUV | 186.12 | 118.9 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 170 | 0 | 0.22 | 0.23 | 0.14 | 2.4 | 0.42 | 0.76 |
| Hex | DC | AC | AA | 0 | 16 | 17 | E | 2 | 2A | 4C |
| Octal | 334 | 254 | 252 | 0 | 26 | 27 | 16 | 2 | 52 | 114 |
| Binary | 11011100 | 10101100 | 10101010 | 0 | 10110 | 10111 | 1110 | 10 | 101010 | 1001100 |
Color Harmonies of #DCACAA
Complementary color
Monochromatic Colors of #DCACAA
Black with #DCACAA
Text Example
Text Example
White with #DCACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACAA; }
p { color: rgb(220,172,170); }
H1.HeaderClassName
{
color: #DCACAA;
}
.AnyTagClassName
{
color: #DCACAA;
}
</style>
background-color css
<style>
a { background-color: #DCACAA; }
a { background-color: rgb(220,172,170); }
div.DivClassName
{
background-color: #DCACAA;
}
.BgClassName
{
background-color: #DCACAA;
}
</style>
border-color css
<style>
span { border-color: #DCACAA; }
span { border-color: rgb(220,172,170); }
td.TdClassName
{
border-color: #DCACAA;
}
.TagClassName
{
border-color: #DCACAA;
}
</style>