#DAB1AB

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

Shades of Oyster Pink #DAB1AB

Tints of Oyster Pink #DAB1AB

Color information

#DAB1AB (or 0xDAB1AB) is unknown color: approx Oyster Pink. HEX triplet: DA, B1 and AB. RGB value is (218,177,171). Sum of RGB (Red+Green+Blue) = 218+177+171=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB1AB is #254E54. Grayscale: #BCBCBC. Windows color (decimal): -2444885 or 11252186. OLE color: 11252186.

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

Color convert

RGB218177171-
CMYK00.190.220.15
HSL7.66º38.84%76.27%-
HSV(B)7.66º21.56%85.49%-
XYZ51.9949.2945.3-
YUV188.58118.08148.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 177 (69.53% from 255) = 31.27%
BLUE value IS 171 (67.19% from 255) = 30.21%
R=38.52%
G=31.27%
B=30.21%

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
Decimal21817717100.190.220.157.6638.8476.27
HexDAB1AB01316F8274c
Octal33226125302326171047114
Binary11011010101100011010101101001110110111110001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1AB; }

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

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

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

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

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

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

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

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