Shades of Oyster Pink #DAAEAD
Tints of Oyster Pink #DAAEAD
RGB
CMYK
RGB Variations
Color information
#DAAEAD (or 0xDAAEAD) is known color: Oyster Pink. HEX triplet: DA, AE and AD. RGB value is (218,174,173). Sum of RGB (Red+Green+Blue) = 218+174+173=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAEAD is #255152. Grayscale: #BBBBBB. Windows color (decimal): -2445651 or 11382490. OLE color: 11382490.
HSL color Cylindrical-coordinate representation of color #DAAEAD: hue angle of 1.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAAEAD is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 173 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.15 |
| HSL | 1.33º | 0.38% | 0.77% | - |
| HSV(B) | 1.33º | 0.21% | 0.85% | - |
| XYZ | 51.59 | 48.19 | 46.12 | - |
| YUV | 187.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 173 | 0 | 0.20 | 0.21 | 0.15 | 1.33 | 0.38 | 0.77 |
| Hex | DA | AE | AD | 0 | 14 | 15 | F | 1 | 26 | 4D |
| Octal | 332 | 256 | 255 | 0 | 24 | 25 | 17 | 1 | 46 | 115 |
| Binary | 11011010 | 10101110 | 10101101 | 0 | 10100 | 10101 | 1111 | 1 | 100110 | 1001101 |
Color Harmonies of #DAAEAD
Complementary color
Monochromatic Colors of #DAAEAD
Black with #DAAEAD
Text Example
Text Example
White with #DAAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEAD; }
p { color: rgb(218,174,173); }
H1.HeaderClassName
{
color: #DAAEAD;
}
.AnyTagClassName
{
color: #DAAEAD;
}
</style>
background-color css
<style>
a { background-color: #DAAEAD; }
a { background-color: rgb(218,174,173); }
div.DivClassName
{
background-color: #DAAEAD;
}
.BgClassName
{
background-color: #DAAEAD;
}
</style>
border-color css
<style>
span { border-color: #DAAEAD; }
span { border-color: rgb(218,174,173); }
td.TdClassName
{
border-color: #DAAEAD;
}
.TagClassName
{
border-color: #DAAEAD;
}
</style>