#DBB1AC

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

Shades of Oyster Pink #DBB1AC

Tints of Oyster Pink #DBB1AC

Color information

#DBB1AC (or 0xDBB1AC) is unknown color: approx Oyster Pink. HEX triplet: DB, B1 and AC. RGB value is (219,177,172). Sum of RGB (Red+Green+Blue) = 219+177+172=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB1AC is #244E53. Grayscale: #BDBDBD. Windows color (decimal): -2379348 or 11317723. OLE color: 11317723.

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

Color convert

RGB219177172-
CMYK00.190.210.14
HSL6.38º39.5%76.67%-
HSV(B)6.38º21.46%85.88%-
XYZ52.3849.4845.82-
YUV188.99118.41149.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 172 (67.58% from 255) = 30.28%
R=38.56%
G=31.16%
B=30.28%

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
Decimal21917717200.190.210.146.3839.576.67
HexDBB1AC01315E6274d
Octal3332612540232516647115
Binary1101101110110001101011000100111010111101101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB1AC; }

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

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

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

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

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

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

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

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