Shades of Oyster Pink #DAB2AC
Tints of Oyster Pink #DAB2AC
RGB
CMYK
RGB Variations
Color information
#DAB2AC (or 0xDAB2AC) is known color: Oyster Pink. HEX triplet: DA, B2 and AC. RGB value is (218,178,172). Sum of RGB (Red+Green+Blue) = 218+178+172=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB2AC is #254D53. Grayscale: #BDBDBD. Windows color (decimal): -2444628 or 11317978. OLE color: 11317978.
HSL color Cylindrical-coordinate representation of color #DAB2AC: hue angle of 7.83º 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 #DAB2AC is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 178 | 172 | - |
CMYK | 0 | 0.18 | 0.21 | 0.15 |
HSL | 7.83º | 0.38% | 0.76% | - |
HSV(B) | 7.83º | 0.21% | 0.85% | - |
XYZ | 52.28 | 49.72 | 45.87 | - |
YUV | 189.28 | 118.25 | 148.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 178 | 172 | 0 | 0.18 | 0.21 | 0.15 | 7.83 | 0.38 | 0.76 |
Hex | DA | B2 | AC | 0 | 12 | 15 | F | 8 | 26 | 4C |
Octal | 332 | 262 | 254 | 0 | 22 | 25 | 17 | 10 | 46 | 114 |
Binary | 11011010 | 10110010 | 10101100 | 0 | 10010 | 10101 | 1111 | 1000 | 100110 | 1001100 |
Color Harmonies of #DAB2AC
Complementary color
Monochromatic Colors of #DAB2AC
Black with #DAB2AC
Text Example
Text Example
White with #DAB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2AC; }
p { color: rgb(218,178,172); }
H1.HeaderClassName
{
color: #DAB2AC;
}
.AnyTagClassName
{
color: #DAB2AC;
}
</style>
background-color css
<style>
a { background-color: #DAB2AC; }
a { background-color: rgb(218,178,172); }
div.DivClassName
{
background-color: #DAB2AC;
}
.BgClassName
{
background-color: #DAB2AC;
}
</style>
border-color css
<style>
span { border-color: #DAB2AC; }
span { border-color: rgb(218,178,172); }
td.TdClassName
{
border-color: #DAB2AC;
}
.TagClassName
{
border-color: #DAB2AC;
}
</style>