#DBAFA9

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

Shades of Oyster Pink #DBAFA9

Tints of Oyster Pink #DBAFA9

Color information

#DBAFA9 (or 0xDBAFA9) is unknown color: approx Oyster Pink. HEX triplet: DB, AF and A9. RGB value is (219,175,169). Sum of RGB (Red+Green+Blue) = 219+175+169=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 169 (66.41% from 255 or 30.02% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAFA9 is #245056. Grayscale: #BBBBBB. Windows color (decimal): -2379863 or 11120603. OLE color: 11120603.

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

Color convert

RGB219175169-
CMYK00.200.230.14
HSL7.2º40.98%76.08%-
HSV(B)7.2º22.83%85.88%-
XYZ51.748.5844.19-
YUV187.47117.58150.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 169 (66.41% from 255) = 30.02%
R=38.90%
G=31.08%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917516900.200.230.147.240.9876.08
HexDBAFA901417E7294c
Octal3332572510242716751114
Binary1101101110101111101010010101001011111101111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFA9; }

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

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

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

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

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

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

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

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