#DAB1AF

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

Shades of Oyster Pink #DAB1AF

Tints of Oyster Pink #DAB1AF

Color information

#DAB1AF (or 0xDAB1AF) is unknown color: approx Oyster Pink. HEX triplet: DA, B1 and AF. RGB value is (218,177,175). Sum of RGB (Red+Green+Blue) = 218+177+175=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB1AF is #254E50. Grayscale: #BDBDBD. Windows color (decimal): -2444881 or 11514330. OLE color: 11514330.

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

Color convert

RGB218177175-
CMYK00.190.200.15
HSL2.79º36.75%77.06%-
HSV(B)2.79º19.72%85.49%-
XYZ52.3749.4447.34-
YUV189.03120.08148.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 177 (69.53% from 255) = 31.05%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=38.25%
G=31.05%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817717500.190.200.152.7936.7577.06
HexDAB1AF01314F3254d
Octal3322612570232417345115
Binary110110101011000110101111010011101001111111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1AF; }

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

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

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

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

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

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

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

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