Shades of Oyster Pink #DAB2B2
Tints of Oyster Pink #DAB2B2
RGB
CMYK
RGB Variations
Color information
#DAB2B2 (or 0xDAB2B2) is known color: Oyster Pink. HEX triplet: DA, B2 and B2. RGB value is (218,178,178). Sum of RGB (Red+Green+Blue) = 218+178+178=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB2B2 is #254D4D. Grayscale: #BEBEBE. Windows color (decimal): -2444622 or 11711194. OLE color: 11711194.
HSL color Cylindrical-coordinate representation of color #DAB2B2: hue angle of 0º 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 #DAB2B2 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 178 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.15 |
| HSL | 0º | 0.35% | 0.78% | - |
| HSV(B) | 0º | 0.18% | 0.85% | - |
| XYZ | 52.87 | 49.96 | 48.98 | - |
| YUV | 189.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 178 | 0 | 0.18 | 0.18 | 0.15 | 0 | 0.35 | 0.78 |
| Hex | DA | B2 | B2 | 0 | 12 | 12 | F | 0 | 23 | 4E |
| Octal | 332 | 262 | 262 | 0 | 22 | 22 | 17 | 0 | 43 | 116 |
| Binary | 11011010 | 10110010 | 10110010 | 0 | 10010 | 10010 | 1111 | 0 | 100011 | 1001110 |
Color Harmonies of #DAB2B2
Complementary color
Monochromatic Colors of #DAB2B2
Black with #DAB2B2
Text Example
Text Example
White with #DAB2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2B2; }
p { color: rgb(218,178,178); }
H1.HeaderClassName
{
color: #DAB2B2;
}
.AnyTagClassName
{
color: #DAB2B2;
}
</style>
background-color css
<style>
a { background-color: #DAB2B2; }
a { background-color: rgb(218,178,178); }
div.DivClassName
{
background-color: #DAB2B2;
}
.BgClassName
{
background-color: #DAB2B2;
}
</style>
border-color css
<style>
span { border-color: #DAB2B2; }
span { border-color: rgb(218,178,178); }
td.TdClassName
{
border-color: #DAB2B2;
}
.TagClassName
{
border-color: #DAB2B2;
}
</style>