#DAB2AD

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

Shades of Oyster Pink #DAB2AD

Tints of Oyster Pink #DAB2AD

Color information

#DAB2AD (or 0xDAB2AD) is unknown color: approx Oyster Pink. HEX triplet: DA, B2 and AD. RGB value is (218,178,173). Sum of RGB (Red+Green+Blue) = 218+178+173=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB2AD is #254D52. Grayscale: #BDBDBD. Windows color (decimal): -2444627 or 11383514. OLE color: 11383514.

HSL color Cylindrical-coordinate representation of color #DAB2AD: hue angle of 6.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAB2AD is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218178173-
CMYK00.180.210.15
HSL6.67º37.82%76.67%-
HSV(B)6.67º20.64%85.49%-
XYZ52.3849.7646.38-
YUV189.39118.75148.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 178 (69.92% from 255) = 31.28%
BLUE value IS 173 (67.97% from 255) = 30.40%
R=38.31%
G=31.28%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817817300.180.210.156.6737.8276.67
HexDAB2AD01215F7264d
Octal3322622550222517746115
Binary1101101010110010101011010100101010111111111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2AD; }

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

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

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

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

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

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

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

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