#DAB4AF

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

Shades of Oyster Pink #DAB4AF

Tints of Oyster Pink #DAB4AF

Color information

#DAB4AF (or 0xDAB4AF) is unknown color: approx Oyster Pink. HEX triplet: DA, B4 and AF. RGB value is (218,180,175). Sum of RGB (Red+Green+Blue) = 218+180+175=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB4AF is #254B50. Grayscale: #BEBEBE. Windows color (decimal): -2444113 or 11515098. OLE color: 11515098.

HSL color Cylindrical-coordinate representation of color #DAB4AF: hue angle of 6.98º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB4AF is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB218180175-
CMYK00.170.200.15
HSL6.98º36.75%77.06%-
HSV(B)6.98º19.72%85.49%-
XYZ52.9750.6447.54-
YUV190.79119.09147.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 180 (70.70% from 255) = 31.41%
BLUE value IS 175 (68.75% from 255) = 30.54%
R=38.05%
G=31.41%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818017500.170.200.156.9836.7577.06
HexDAB4AF01114F7254d
Octal3322642570212417745115
Binary1101101010110100101011110100011010011111111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB4AF; }

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

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

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

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

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

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

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

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