#DBB2AE

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

Shades of Oyster Pink #DBB2AE

Tints of Oyster Pink #DBB2AE

Color information

#DBB2AE (or 0xDBB2AE) is unknown color: approx Oyster Pink. HEX triplet: DB, B2 and AE. RGB value is (219,178,174). Sum of RGB (Red+Green+Blue) = 219+178+174=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB2AE is #244D51. Grayscale: #BDBDBD. Windows color (decimal): -2379090 or 11449051. OLE color: 11449051.

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

Color convert

RGB219178174-
CMYK00.190.210.14
HSL5.33º38.46%77.06%-
HSV(B)5.33º20.55%85.88%-
XYZ52.7749.9646.91-
YUV189.8119.08148.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 174 (68.36% from 255) = 30.47%
R=38.35%
G=31.17%
B=30.47%

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
Decimal21917817400.190.210.145.3338.4677.06
HexDBB2AE01315E5264d
Octal3332622560232516546115
Binary1101101110110010101011100100111010111101011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2AE; }

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

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

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

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

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

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

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

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