#DBB0AA

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

Shades of Oyster Pink #DBB0AA

Tints of Oyster Pink #DBB0AA

Color information

#DBB0AA (or 0xDBB0AA) is unknown color: approx Oyster Pink. HEX triplet: DB, B0 and AA. RGB value is (219,176,170). Sum of RGB (Red+Green+Blue) = 219+176+170=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB0AA is #244F55. Grayscale: #BCBCBC. Windows color (decimal): -2379606 or 11186395. OLE color: 11186395.

HSL color Cylindrical-coordinate representation of color #DBB0AA: hue angle of 7.35º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBB0AA is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB219176170-
CMYK00.200.220.14
HSL7.35º40.5%76.27%-
HSV(B)7.35º22.37%85.88%-
XYZ51.9949.0144.75-
YUV188.17117.75149.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 176 (69.14% from 255) = 31.15%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=38.76%
G=31.15%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917617000.200.220.147.3540.576.27
HexDBB0AA01416E7284c
Octal3332602520242616750114
Binary1101101110110000101010100101001011011101111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB0AA; }

 p { color: rgb(219,176,170); }

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

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

 a { background-color: rgb(219,176,170); }

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

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

 span { border-color: rgb(219,176,170); }

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