#DAB4AD

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

Shades of Oyster Pink #DAB4AD

Tints of Oyster Pink #DAB4AD

Color information

#DAB4AD (or 0xDAB4AD) is unknown color: approx Oyster Pink. HEX triplet: DA, B4 and AD. RGB value is (218,180,173). Sum of RGB (Red+Green+Blue) = 218+180+173=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB4AD is #254B52. Grayscale: #BEBEBE. Windows color (decimal): -2444115 or 11384026. OLE color: 11384026.

HSL color Cylindrical-coordinate representation of color #DAB4AD: hue angle of 9.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAB4AD is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218180173-
CMYK00.170.210.15
HSL9.33º37.82%76.67%-
HSV(B)9.33º20.64%85.49%-
XYZ52.7850.5746.51-
YUV190.56118.09147.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 180 (70.70% from 255) = 31.52%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=38.18%
G=31.52%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818017300.170.210.159.3337.8276.67
HexDAB4AD01115F9264d
Octal33226425502125171146115
Binary11011010101101001010110101000110101111110011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB4AD; }

 p { color: rgb(218,180,173); }

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

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

 a { background-color: rgb(218,180,173); }

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

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

 span { border-color: rgb(218,180,173); }

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