Shades of Oyster Pink #DAB3B2
Tints of Oyster Pink #DAB3B2
RGB
CMYK
RGB Variations
Color information
#DAB3B2 (or 0xDAB3B2) is known color: Oyster Pink. HEX triplet: DA, B3 and B2. RGB value is (218,179,178). Sum of RGB (Red+Green+Blue) = 218+179+178=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB3B2 is #254C4D. Grayscale: #BEBEBE. Windows color (decimal): -2444366 or 11711450. OLE color: 11711450.
HSL color Cylindrical-coordinate representation of color #DAB3B2: hue angle of 1.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB3B2 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 178 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.15 |
| HSL | 1.5º | 0.35% | 0.78% | - |
| HSV(B) | 1.5º | 0.18% | 0.85% | - |
| XYZ | 53.07 | 50.36 | 49.04 | - |
| YUV | 190.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 178 | 0 | 0.18 | 0.18 | 0.15 | 1.5 | 0.35 | 0.78 |
| Hex | DA | B3 | B2 | 0 | 12 | 12 | F | 2 | 23 | 4E |
| Octal | 332 | 263 | 262 | 0 | 22 | 22 | 17 | 2 | 43 | 116 |
| Binary | 11011010 | 10110011 | 10110010 | 0 | 10010 | 10010 | 1111 | 10 | 100011 | 1001110 |
Color Harmonies of #DAB3B2
Complementary color
Monochromatic Colors of #DAB3B2
Black with #DAB3B2
Text Example
Text Example
White with #DAB3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB3B2; }
p { color: rgb(218,179,178); }
H1.HeaderClassName
{
color: #DAB3B2;
}
.AnyTagClassName
{
color: #DAB3B2;
}
</style>
background-color css
<style>
a { background-color: #DAB3B2; }
a { background-color: rgb(218,179,178); }
div.DivClassName
{
background-color: #DAB3B2;
}
.BgClassName
{
background-color: #DAB3B2;
}
</style>
border-color css
<style>
span { border-color: #DAB3B2; }
span { border-color: rgb(218,179,178); }
td.TdClassName
{
border-color: #DAB3B2;
}
.TagClassName
{
border-color: #DAB3B2;
}
</style>