Shades of Oyster Pink #DAADAC
Tints of Oyster Pink #DAADAC
RGB
CMYK
RGB Variations
Color information
#DAADAC (or 0xDAADAC) is known color: Oyster Pink. HEX triplet: DA, AD and AC. RGB value is (218,173,172). Sum of RGB (Red+Green+Blue) = 218+173+172=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAADAC is #255253. Grayscale: #BABABA. Windows color (decimal): -2445908 or 11316698. OLE color: 11316698.
HSL color Cylindrical-coordinate representation of color #DAADAC: hue angle of 1.3º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADAC is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 172 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.15 |
| HSL | 1.3º | 0.38% | 0.76% | - |
| HSV(B) | 1.3º | 0.21% | 0.85% | - |
| XYZ | 51.3 | 47.77 | 45.55 | - |
| YUV | 186.34 | 119.91 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 172 | 0 | 0.21 | 0.21 | 0.15 | 1.3 | 0.38 | 0.76 |
| Hex | DA | AD | AC | 0 | 15 | 15 | F | 1 | 26 | 4C |
| Octal | 332 | 255 | 254 | 0 | 25 | 25 | 17 | 1 | 46 | 114 |
| Binary | 11011010 | 10101101 | 10101100 | 0 | 10101 | 10101 | 1111 | 1 | 100110 | 1001100 |
Color Harmonies of #DAADAC
Complementary color
Monochromatic Colors of #DAADAC
Black with #DAADAC
Text Example
Text Example
White with #DAADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADAC; }
p { color: rgb(218,173,172); }
H1.HeaderClassName
{
color: #DAADAC;
}
.AnyTagClassName
{
color: #DAADAC;
}
</style>
background-color css
<style>
a { background-color: #DAADAC; }
a { background-color: rgb(218,173,172); }
div.DivClassName
{
background-color: #DAADAC;
}
.BgClassName
{
background-color: #DAADAC;
}
</style>
border-color css
<style>
span { border-color: #DAADAC; }
span { border-color: rgb(218,173,172); }
td.TdClassName
{
border-color: #DAADAC;
}
.TagClassName
{
border-color: #DAADAC;
}
</style>