Shades of Oyster Pink #DBB4B3
Tints of Oyster Pink #DBB4B3
RGB
CMYK
RGB Variations
Color information
#DBB4B3 (or 0xDBB4B3) is known color: Oyster Pink. HEX triplet: DB, B4 and B3. RGB value is (219,180,179). Sum of RGB (Red+Green+Blue) = 219+180+179=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4B3 is #244B4C. Grayscale: #BFBFBF. Windows color (decimal): -2378573 or 11777243. OLE color: 11777243.
HSL color Cylindrical-coordinate representation of color #DBB4B3: hue angle of 1.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBB4B3 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 179 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.14 |
| HSL | 1.5º | 0.36% | 0.78% | - |
| HSV(B) | 1.5º | 0.18% | 0.86% | - |
| XYZ | 53.67 | 50.96 | 49.65 | - |
| YUV | 191.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 179 | 0 | 0.18 | 0.18 | 0.14 | 1.5 | 0.36 | 0.78 |
| Hex | DB | B4 | B3 | 0 | 12 | 12 | E | 2 | 24 | 4E |
| Octal | 333 | 264 | 263 | 0 | 22 | 22 | 16 | 2 | 44 | 116 |
| Binary | 11011011 | 10110100 | 10110011 | 0 | 10010 | 10010 | 1110 | 10 | 100100 | 1001110 |
Color Harmonies of #DBB4B3
Complementary color
Monochromatic Colors of #DBB4B3
Black with #DBB4B3
Text Example
Text Example
White with #DBB4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4B3; }
p { color: rgb(219,180,179); }
H1.HeaderClassName
{
color: #DBB4B3;
}
.AnyTagClassName
{
color: #DBB4B3;
}
</style>
background-color css
<style>
a { background-color: #DBB4B3; }
a { background-color: rgb(219,180,179); }
div.DivClassName
{
background-color: #DBB4B3;
}
.BgClassName
{
background-color: #DBB4B3;
}
</style>
border-color css
<style>
span { border-color: #DBB4B3; }
span { border-color: rgb(219,180,179); }
td.TdClassName
{
border-color: #DBB4B3;
}
.TagClassName
{
border-color: #DBB4B3;
}
</style>