#DAB0AE

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

Shades of Oyster Pink #DAB0AE

Tints of Oyster Pink #DAB0AE

Color information

#DAB0AE (or 0xDAB0AE) is unknown color: approx Oyster Pink. HEX triplet: DA, B0 and AE. RGB value is (218,176,174). Sum of RGB (Red+Green+Blue) = 218+176+174=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB0AE is #254F51. Grayscale: #BCBCBC. Windows color (decimal): -2445138 or 11448538. OLE color: 11448538.

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

Color convert

RGB218176174-
CMYK00.190.200.15
HSL2.73º37.29%76.86%-
HSV(B)2.73º20.18%85.49%-
XYZ52.0849.0146.76-
YUV188.33119.91149.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 176 (69.14% from 255) = 30.99%
BLUE value IS 174 (68.36% from 255) = 30.63%
R=38.38%
G=30.99%
B=30.63%

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
Decimal21817617400.190.200.152.7337.2976.86
HexDAB0AE01314F3254d
Octal3322602560232417345115
Binary110110101011000010101110010011101001111111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0AE; }

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

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

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

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

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

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

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

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