#DAB1AC

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

Shades of Oyster Pink #DAB1AC

Tints of Oyster Pink #DAB1AC

Color information

#DAB1AC (or 0xDAB1AC) is unknown color: approx Oyster Pink. HEX triplet: DA, B1 and AC. RGB value is (218,177,172). Sum of RGB (Red+Green+Blue) = 218+177+172=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB1AC is #254E53. Grayscale: #BCBCBC. Windows color (decimal): -2444884 or 11317722. OLE color: 11317722.

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

Color convert

RGB218177172-
CMYK00.190.210.15
HSL6.52º38.33%76.47%-
HSV(B)6.52º21.1%85.49%-
XYZ52.0849.3345.81-
YUV188.69118.58148.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 177 (69.53% from 255) = 31.22%
BLUE value IS 172 (67.58% from 255) = 30.34%
R=38.45%
G=31.22%
B=30.34%

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
Decimal21817717200.190.210.156.5238.3376.47
HexDAB1AC01315F7264c
Octal3322612540232517746114
Binary1101101010110001101011000100111010111111111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1AC; }

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

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

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

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

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

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

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

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