#DAB6AE

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

Shades of Oyster Pink #DAB6AE

Tints of Oyster Pink #DAB6AE

Color information

#DAB6AE (or 0xDAB6AE) is unknown color: approx Oyster Pink. HEX triplet: DA, B6 and AE. RGB value is (218,182,174). Sum of RGB (Red+Green+Blue) = 218+182+174=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB6AE is #254951. Grayscale: #BFBFBF. Windows color (decimal): -2443602 or 11450074. OLE color: 11450074.

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

Color convert

RGB218182174-
CMYK00.170.200.15
HSL10.91º37.29%76.86%-
HSV(B)10.91º20.18%85.49%-
XYZ53.2851.4247.16-
YUV191.85117.93146.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 182 (71.48% from 255) = 31.71%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=37.98%
G=31.71%
B=30.31%

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
Decimal21818217400.170.200.1510.9137.2976.86
HexDAB6AE01114Fb254d
Octal33226625602124171345115
Binary11011010101101101010111001000110100111110111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB6AE; }

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

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

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

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

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

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

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

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