#DBAAA7

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

Shades of Oyster Pink #DBAAA7

Tints of Oyster Pink #DBAAA7

Color information

#DBAAA7 (or 0xDBAAA7) is unknown color: approx Oyster Pink. HEX triplet: DB, AA and A7. RGB value is (219,170,167). Sum of RGB (Red+Green+Blue) = 219+170+167=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 167 (65.62% from 255 or 30.04% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAAA7 is #245558. Grayscale: #B8B8B8. Windows color (decimal): -2381145 or 10988251. OLE color: 10988251.

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

Color convert

RGB219170167-
CMYK00.220.240.14
HSL3.46º41.94%75.69%-
HSV(B)3.46º23.74%85.88%-
XYZ50.5646.642.89-
YUV184.31118.23152.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.39%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 167 (65.62% from 255) = 30.04%
R=39.39%
G=30.58%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917016700.220.240.143.4641.9475.69
HexDBAAA701618E32a4c
Octal3332522470263016352114
Binary110110111010101010100111010110110001110111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAA7; }

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

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

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

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

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

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

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

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