#DAB2AB

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

Shades of Oyster Pink #DAB2AB

Tints of Oyster Pink #DAB2AB

Color information

#DAB2AB (or 0xDAB2AB) is unknown color: approx Oyster Pink. HEX triplet: DA, B2 and AB. RGB value is (218,178,171). Sum of RGB (Red+Green+Blue) = 218+178+171=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB2AB is #254D54. Grayscale: #BDBDBD. Windows color (decimal): -2444629 or 11252442. OLE color: 11252442.

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

Color convert

RGB218178171-
CMYK00.180.220.15
HSL8.94º38.84%76.27%-
HSV(B)8.94º21.56%85.49%-
XYZ52.1849.6945.37-
YUV189.16117.75148.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 178 (69.92% from 255) = 31.39%
BLUE value IS 171 (67.19% from 255) = 30.16%
R=38.45%
G=31.39%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817817100.180.220.158.9438.8476.27
HexDAB2AB01216F9274c
Octal33226225302226171147114
Binary11011010101100101010101101001010110111110011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2AB; }

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

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

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

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

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

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

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

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