#DBADAB

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

Shades of Oyster Pink #DBADAB

Tints of Oyster Pink #DBADAB

Color information

#DBADAB (or 0xDBADAB) is unknown color: approx Oyster Pink. HEX triplet: DB, AD and AB. RGB value is (219,173,171). Sum of RGB (Red+Green+Blue) = 219+173+171=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBADAB is #245254. Grayscale: #BABABA. Windows color (decimal): -2380373 or 11251163. OLE color: 11251163.

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

Color convert

RGB219173171-
CMYK00.210.220.14
HSL2.5º40%76.47%-
HSV(B)2.5º21.92%85.88%-
XYZ51.5147.8945.06-
YUV186.53119.24151.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 171 (67.19% from 255) = 30.37%
R=38.90%
G=30.73%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917317100.210.220.142.54076.47
HexDBADAB01516E3284c
Octal3332552530252616350114
Binary110110111010110110101011010101101101110111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADAB; }

 p { color: rgb(219,173,171); }

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

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

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

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

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

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

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