#DAB1A9

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

Shades of Oyster Pink #DAB1A9

Tints of Oyster Pink #DAB1A9

Color information

#DAB1A9 (or 0xDAB1A9) is unknown color: approx Oyster Pink. HEX triplet: DA, B1 and A9. RGB value is (218,177,169). Sum of RGB (Red+Green+Blue) = 218+177+169=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB1A9 is #254E56. Grayscale: #BCBCBC. Windows color (decimal): -2444887 or 11121114. OLE color: 11121114.

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

Color convert

RGB218177169-
CMYK00.190.220.15
HSL9.8º39.84%75.88%-
HSV(B)9.8º22.48%85.49%-
XYZ51.849.2144.31-
YUV188.35117.08149.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 177 (69.53% from 255) = 31.38%
BLUE value IS 169 (66.41% from 255) = 29.96%
R=38.65%
G=31.38%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817716900.190.220.159.839.8475.88
HexDAB1A901316Fa284c
Octal33226125102326171250114
Binary11011010101100011010100101001110110111110101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1A9; }

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

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

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

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

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

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

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

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