#DAB3AF

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

Shades of Oyster Pink #DAB3AF

Tints of Oyster Pink #DAB3AF

Color information

#DAB3AF (or 0xDAB3AF) is unknown color: approx Oyster Pink. HEX triplet: DA, B3 and AF. RGB value is (218,179,175). Sum of RGB (Red+Green+Blue) = 218+179+175=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB3AF is #254C50. Grayscale: #BEBEBE. Windows color (decimal): -2444369 or 11514842. OLE color: 11514842.

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

Color convert

RGB218179175-
CMYK00.180.200.15
HSL5.58º36.75%77.06%-
HSV(B)5.58º19.72%85.49%-
XYZ52.7750.2447.47-
YUV190.2119.42147.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 175 (68.75% from 255) = 30.59%
R=38.11%
G=31.29%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817917500.180.200.155.5836.7577.06
HexDAB3AF01214F6254d
Octal3322632570222417645115
Binary1101101010110011101011110100101010011111101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB3AF; }

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

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

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

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

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

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

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

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