#DBB0AD

Color #DBB0AD Oyster Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Pink #DBB0AD

Tints of Oyster Pink #DBB0AD

Color information

#DBB0AD (or 0xDBB0AD) is unknown color: approx Oyster Pink. HEX triplet: DB, B0 and AD. RGB value is (219,176,173). Sum of RGB (Red+Green+Blue) = 219+176+173=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB0AD is #244F52. Grayscale: #BCBCBC. Windows color (decimal): -2379603 or 11383003. OLE color: 11383003.

HSL color Cylindrical-coordinate representation of color #DBB0AD: hue angle of 3.91º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBB0AD is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219176173-
CMYK00.200.210.14
HSL3.91º38.98%76.86%-
HSV(B)3.91º21%85.88%-
XYZ52.2849.1346.26-
YUV188.52119.25149.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 176 (69.14% from 255) = 30.99%
BLUE value IS 173 (67.97% from 255) = 30.46%
R=38.56%
G=30.99%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917617300.200.210.143.9138.9876.86
HexDBB0AD01415E4274d
Octal3332602550242516447115
Binary1101101110110000101011010101001010111101001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB0AD; }

 p { color: rgb(219,176,173); }

 H1.HeaderClassName
 {
   color: #DBB0AD;
 }
 .AnyTagClassName
 {
   color: #DBB0AD;
 }
</style>
background-color css

<style>
 a { background-color: #DBB0AD; }

 a { background-color: rgb(219,176,173); }

 div.DivClassName
 {
   background-color: #DBB0AD;
 }
 .BgClassName
 {
   background-color: #DBB0AD;
 }
</style>
border-color css

<style>
 span { border-color: #DBB0AD; }

 span { border-color: rgb(219,176,173); }

 td.TdClassName
 {
   border-color: #DBB0AD;
 }
 .TagClassName
 {
   border-color: #DBB0AD;
 }
</style>