#DBB3AE

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

Shades of Oyster Pink #DBB3AE

Tints of Oyster Pink #DBB3AE

Color information

#DBB3AE (or 0xDBB3AE) is unknown color: approx Oyster Pink. HEX triplet: DB, B3 and AE. RGB value is (219,179,174). Sum of RGB (Red+Green+Blue) = 219+179+174=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB3AE is #244C51. Grayscale: #BEBEBE. Windows color (decimal): -2378834 or 11449307. OLE color: 11449307.

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

Color convert

RGB219179174-
CMYK00.180.210.14
HSL6.67º38.46%77.06%-
HSV(B)6.67º20.55%85.88%-
XYZ52.9750.3646.97-
YUV190.39118.75148.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.29%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=38.29%
G=31.29%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917917400.180.210.146.6738.4677.06
HexDBB3AE01215E7264d
Octal3332632560222516746115
Binary1101101110110011101011100100101010111101111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB3AE; }

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

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

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

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

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

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

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

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