#DAB0AB

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

Shades of Oyster Pink #DAB0AB

Tints of Oyster Pink #DAB0AB

Color information

#DAB0AB (or 0xDAB0AB) is unknown color: approx Oyster Pink. HEX triplet: DA, B0 and AB. RGB value is (218,176,171). Sum of RGB (Red+Green+Blue) = 218+176+171=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB0AB is #254F54. Grayscale: #BCBCBC. Windows color (decimal): -2445141 or 11251930. OLE color: 11251930.

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

Color convert

RGB218176171-
CMYK00.190.220.15
HSL6.38º38.84%76.27%-
HSV(B)6.38º21.56%85.49%-
XYZ51.7948.945.24-
YUV187.99118.41149.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 176 (69.14% from 255) = 31.15%
BLUE value IS 171 (67.19% from 255) = 30.27%
R=38.58%
G=31.15%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817617100.190.220.156.3838.8476.27
HexDAB0AB01316F6274c
Octal3322602530232617647114
Binary1101101010110000101010110100111011011111101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0AB; }

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

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

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

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

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

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

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

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