Shades of Oyster Pink #DAACAB
Tints of Oyster Pink #DAACAB
RGB
CMYK
RGB Variations
Color information
#DAACAB (or 0xDAACAB) is known color: Oyster Pink. HEX triplet: DA, AC and AB. RGB value is (218,172,171). Sum of RGB (Red+Green+Blue) = 218+172+171=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAACAB is #255354. Grayscale: #B9B9B9. Windows color (decimal): -2446165 or 11250906. OLE color: 11250906.
HSL color Cylindrical-coordinate representation of color #DAACAB: hue angle of 1.28º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAACAB is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 171 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.15 |
| HSL | 1.28º | 0.39% | 0.76% | - |
| HSV(B) | 1.28º | 0.22% | 0.85% | - |
| XYZ | 51.02 | 47.35 | 44.98 | - |
| YUV | 185.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 171 | 0 | 0.21 | 0.22 | 0.15 | 1.28 | 0.39 | 0.76 |
| Hex | DA | AC | AB | 0 | 15 | 16 | F | 1 | 27 | 4C |
| Octal | 332 | 254 | 253 | 0 | 25 | 26 | 17 | 1 | 47 | 114 |
| Binary | 11011010 | 10101100 | 10101011 | 0 | 10101 | 10110 | 1111 | 1 | 100111 | 1001100 |
Color Harmonies of #DAACAB
Complementary color
Monochromatic Colors of #DAACAB
Black with #DAACAB
Text Example
Text Example
White with #DAACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACAB; }
p { color: rgb(218,172,171); }
H1.HeaderClassName
{
color: #DAACAB;
}
.AnyTagClassName
{
color: #DAACAB;
}
</style>
background-color css
<style>
a { background-color: #DAACAB; }
a { background-color: rgb(218,172,171); }
div.DivClassName
{
background-color: #DAACAB;
}
.BgClassName
{
background-color: #DAACAB;
}
</style>
border-color css
<style>
span { border-color: #DAACAB; }
span { border-color: rgb(218,172,171); }
td.TdClassName
{
border-color: #DAACAB;
}
.TagClassName
{
border-color: #DAACAB;
}
</style>