#DBAAA9

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

Shades of Oyster Pink #DBAAA9

Tints of Oyster Pink #DBAAA9

Color information

#DBAAA9 (or 0xDBAAA9) is unknown color: approx Oyster Pink. HEX triplet: DB, AA and A9. RGB value is (219,170,169). Sum of RGB (Red+Green+Blue) = 219+170+169=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAAA9 is #245556. Grayscale: #B8B8B8. Windows color (decimal): -2381143 or 11119323. OLE color: 11119323.

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

Color convert

RGB219170169-
CMYK00.220.230.14
HSL1.2º40.98%76.08%-
HSV(B)1.2º22.83%85.88%-
XYZ50.7546.6743.87-
YUV184.54119.23152.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.25%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 169 (66.41% from 255) = 30.29%
R=39.25%
G=30.47%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917016900.220.230.141.240.9876.08
HexDBAAA901617E1294c
Octal3332522510262716151114
Binary11011011101010101010100101011010111111011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAA9; }

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

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

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

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

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

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

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

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