#DAB5AE

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

Shades of Oyster Pink #DAB5AE

Tints of Oyster Pink #DAB5AE

Color information

#DAB5AE (or 0xDAB5AE) is unknown color: approx Oyster Pink. HEX triplet: DA, B5 and AE. RGB value is (218,181,174). Sum of RGB (Red+Green+Blue) = 218+181+174=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB5AE is #254A51. Grayscale: #BFBFBF. Windows color (decimal): -2443858 or 11449818. OLE color: 11449818.

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

Color convert

RGB218181174-
CMYK00.170.200.15
HSL9.55º37.29%76.86%-
HSV(B)9.55º20.18%85.49%-
XYZ53.0851.0147.09-
YUV191.26118.26147.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 181 (71.09% from 255) = 31.59%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=38.05%
G=31.59%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818117400.170.200.159.5537.2976.86
HexDAB5AE01114Fa254d
Octal33226525602124171245115
Binary11011010101101011010111001000110100111110101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB5AE; }

 p { color: rgb(218,181,174); }

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

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

 a { background-color: rgb(218,181,174); }

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

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

 span { border-color: rgb(218,181,174); }

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