#DBB1AE

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

Shades of Oyster Pink #DBB1AE

Tints of Oyster Pink #DBB1AE

Color information

#DBB1AE (or 0xDBB1AE) is unknown color: approx Oyster Pink. HEX triplet: DB, B1 and AE. RGB value is (219,177,174). Sum of RGB (Red+Green+Blue) = 219+177+174=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB1AE is #244E51. Grayscale: #BDBDBD. Windows color (decimal): -2379346 or 11448795. OLE color: 11448795.

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

Color convert

RGB219177174-
CMYK00.190.210.14
HSL38.46%77.06%-
HSV(B)20.55%85.88%-
XYZ52.5849.5646.84-
YUV189.22119.41149.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 177 (69.53% from 255) = 31.05%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=38.42%
G=31.05%
B=30.53%

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
Decimal21917717400.190.210.14438.4677.06
HexDBB1AE01315E4264d
Octal3332612560232516446115
Binary1101101110110001101011100100111010111101001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB1AE; }

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

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

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

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

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

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

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

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