#DAB1AA

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

Shades of Oyster Pink #DAB1AA

Tints of Oyster Pink #DAB1AA

Color information

#DAB1AA (or 0xDAB1AA) is unknown color: approx Oyster Pink. HEX triplet: DA, B1 and AA. RGB value is (218,177,170). Sum of RGB (Red+Green+Blue) = 218+177+170=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB1AA is #254E55. Grayscale: #BCBCBC. Windows color (decimal): -2444886 or 11186650. OLE color: 11186650.

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

Color convert

RGB218177170-
CMYK00.190.220.15
HSL8.75º39.34%76.08%-
HSV(B)8.75º22.02%85.49%-
XYZ51.8949.2544.8-
YUV188.46117.58149.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 177 (69.53% from 255) = 31.33%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=38.58%
G=31.33%
B=30.09%

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
Decimal21817717000.190.220.158.7539.3476.08
HexDAB1AA01316F9274c
Octal33226125202326171147114
Binary11011010101100011010101001001110110111110011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1AA; }

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

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

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

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

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

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

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

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