#DAB1AD

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

Shades of Oyster Pink #DAB1AD

Tints of Oyster Pink #DAB1AD

Color information

#DAB1AD (or 0xDAB1AD) is unknown color: approx Oyster Pink. HEX triplet: DA, B1 and AD. RGB value is (218,177,173). Sum of RGB (Red+Green+Blue) = 218+177+173=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB1AD is #254E52. Grayscale: #BCBCBC. Windows color (decimal): -2444883 or 11383258. OLE color: 11383258.

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

Color convert

RGB218177173-
CMYK00.190.210.15
HSL5.33º37.82%76.67%-
HSV(B)5.33º20.64%85.49%-
XYZ52.1849.3746.31-
YUV188.8119.08148.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 173 (67.97% from 255) = 30.46%
R=38.38%
G=31.16%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817717300.190.210.155.3337.8276.67
HexDAB1AD01315F5264d
Octal3322612550232517546115
Binary1101101010110001101011010100111010111111011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1AD; }

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

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

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

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

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

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

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

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