#DBB2AC

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

Shades of Oyster Pink #DBB2AC

Tints of Oyster Pink #DBB2AC

Color information

#DBB2AC (or 0xDBB2AC) is unknown color: approx Oyster Pink. HEX triplet: DB, B2 and AC. RGB value is (219,178,172). Sum of RGB (Red+Green+Blue) = 219+178+172=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB2AC is #244D53. Grayscale: #BDBDBD. Windows color (decimal): -2379092 or 11317979. OLE color: 11317979.

HSL color Cylindrical-coordinate representation of color #DBB2AC: hue angle of 7.66º 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 #DBB2AC is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219178172-
CMYK00.190.210.14
HSL7.66º39.5%76.67%-
HSV(B)7.66º21.46%85.88%-
XYZ52.5849.8845.89-
YUV189.58118.08148.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 178 (69.92% from 255) = 31.28%
BLUE value IS 172 (67.58% from 255) = 30.23%
R=38.49%
G=31.28%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917817200.190.210.147.6639.576.67
HexDBB2AC01315E8274d
Octal33326225402325161047115
Binary11011011101100101010110001001110101111010001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2AC; }

 p { color: rgb(219,178,172); }

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

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

 a { background-color: rgb(219,178,172); }

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

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

 span { border-color: rgb(219,178,172); }

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