#DAB2B1

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

Shades of Oyster Pink #DAB2B1

Tints of Oyster Pink #DAB2B1

Color information

#DAB2B1 (or 0xDAB2B1) is unknown color: approx Oyster Pink. HEX triplet: DA, B2 and B1. RGB value is (218,178,177). Sum of RGB (Red+Green+Blue) = 218+178+177=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB2B1 is #254D4E. Grayscale: #BDBDBD. Windows color (decimal): -2444623 or 11645658. OLE color: 11645658.

HSL color Cylindrical-coordinate representation of color #DAB2B1: hue angle of 1.46º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB2B1 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB218178177-
CMYK00.180.190.15
HSL1.46º35.65%77.45%-
HSV(B)1.46º18.81%85.49%-
XYZ52.7749.9248.45-
YUV189.85120.75148.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 177 (69.53% from 255) = 30.89%
R=38.05%
G=31.06%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817817700.180.190.151.4635.6577.45
HexDAB2B101213F1244d
Octal3322622610222317144115
Binary11011010101100101011000101001010011111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2B1; }

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

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

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

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

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

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

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

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