#DAB4AB

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

Shades of Oyster Pink #DAB4AB

Tints of Oyster Pink #DAB4AB

Color information

#DAB4AB (or 0xDAB4AB) is unknown color: approx Oyster Pink. HEX triplet: DA, B4 and AB. RGB value is (218,180,171). Sum of RGB (Red+Green+Blue) = 218+180+171=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB4AB is #254B54. Grayscale: #BEBEBE. Windows color (decimal): -2444117 or 11252954. OLE color: 11252954.

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

Color convert

RGB218180171-
CMYK00.170.220.15
HSL11.49º38.84%76.27%-
HSV(B)11.49º21.56%85.49%-
XYZ52.5950.4945.5-
YUV190.34117.09147.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 180 (70.70% from 255) = 31.63%
BLUE value IS 171 (67.19% from 255) = 30.05%
R=38.31%
G=31.63%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818017100.170.220.1511.4938.8476.27
HexDAB4AB01116Fb274c
Octal33226425302126171347114
Binary11011010101101001010101101000110110111110111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB4AB; }

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

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

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

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

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

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

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

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