Shades of Oyster Pink #DAB6B5
Tints of Oyster Pink #DAB6B5
RGB
CMYK
RGB Variations
Color information
#DAB6B5 (or 0xDAB6B5) is known color: Oyster Pink. HEX triplet: DA, B6 and B5. RGB value is (218,182,181). Sum of RGB (Red+Green+Blue) = 218+182+181=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6B5 is #25494A. Grayscale: #C0C0C0. Windows color (decimal): -2443595 or 11908826. OLE color: 11908826.
HSL color Cylindrical-coordinate representation of color #DAB6B5: hue angle of 1.62º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB6B5 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 182 | 181 | - |
CMYK | 0 | 0.17 | 0.17 | 0.15 |
HSL | 1.62º | 0.33% | 0.78% | - |
HSV(B) | 1.62º | 0.17% | 0.85% | - |
XYZ | 53.98 | 51.7 | 50.85 | - |
YUV | 192.65 | 121.43 | 146.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 182 | 181 | 0 | 0.17 | 0.17 | 0.15 | 1.62 | 0.33 | 0.78 |
Hex | DA | B6 | B5 | 0 | 11 | 11 | F | 2 | 21 | 4E |
Octal | 332 | 266 | 265 | 0 | 21 | 21 | 17 | 2 | 41 | 116 |
Binary | 11011010 | 10110110 | 10110101 | 0 | 10001 | 10001 | 1111 | 10 | 100001 | 1001110 |
Color Harmonies of #DAB6B5
Complementary color
Monochromatic Colors of #DAB6B5
Black with #DAB6B5
Text Example
Text Example
White with #DAB6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6B5; }
p { color: rgb(218,182,181); }
H1.HeaderClassName
{
color: #DAB6B5;
}
.AnyTagClassName
{
color: #DAB6B5;
}
</style>
background-color css
<style>
a { background-color: #DAB6B5; }
a { background-color: rgb(218,182,181); }
div.DivClassName
{
background-color: #DAB6B5;
}
.BgClassName
{
background-color: #DAB6B5;
}
</style>
border-color css
<style>
span { border-color: #DAB6B5; }
span { border-color: rgb(218,182,181); }
td.TdClassName
{
border-color: #DAB6B5;
}
.TagClassName
{
border-color: #DAB6B5;
}
</style>