#DAB1AE

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

Shades of Oyster Pink #DAB1AE

Tints of Oyster Pink #DAB1AE

Color information

#DAB1AE (or 0xDAB1AE) is unknown color: approx Oyster Pink. HEX triplet: DA, B1 and AE. RGB value is (218,177,174). Sum of RGB (Red+Green+Blue) = 218+177+174=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB1AE is #254E51. Grayscale: #BCBCBC. Windows color (decimal): -2444882 or 11448794. OLE color: 11448794.

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

Color convert

RGB218177174-
CMYK00.190.200.15
HSL4.09º37.29%76.86%-
HSV(B)4.09º20.18%85.49%-
XYZ52.2849.4146.83-
YUV188.92119.58148.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 177 (69.53% from 255) = 31.11%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=38.31%
G=31.11%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817717400.190.200.154.0937.2976.86
HexDAB1AE01314F4254d
Octal3322612560232417445115
Binary1101101010110001101011100100111010011111001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1AE; }

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

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

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

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

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

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

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

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