#DBAAAA

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

Shades of Oyster Pink #DBAAAA

Tints of Oyster Pink #DBAAAA

Color information

#DBAAAA (or 0xDBAAAA) is unknown color: approx Oyster Pink. HEX triplet: DB, AA and AA. RGB value is (219,170,170). Sum of RGB (Red+Green+Blue) = 219+170+170=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAAAA is #245555. Grayscale: #B8B8B8. Windows color (decimal): -2381142 or 11184859. OLE color: 11184859.

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

Color convert

RGB219170170-
CMYK00.220.220.14
HSL40.5%76.27%-
HSV(B)22.37%85.88%-
XYZ50.8446.7144.37-
YUV184.65119.73152.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 170 (66.80% from 255) = 30.41%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=39.18%
G=30.41%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917017000.220.220.14040.576.27
HexDBAAAA01616E0284c
Octal3332522520262616050114
Binary11011011101010101010101001011010110111001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAAA; }

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

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

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

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

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

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

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

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