#DAB2B2

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

Shades of Oyster Pink #DAB2B2

Tints of Oyster Pink #DAB2B2

Color information

#DAB2B2 (or 0xDAB2B2) is unknown color: approx Oyster Pink. HEX triplet: DA, B2 and B2. RGB value is (218,178,178). Sum of RGB (Red+Green+Blue) = 218+178+178=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB2B2 is #254D4D. Grayscale: #BEBEBE. Windows color (decimal): -2444622 or 11711194. OLE color: 11711194.

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

Color convert

RGB218178178-
CMYK00.180.180.15
HSL35.09%77.65%-
HSV(B)18.35%85.49%-
XYZ52.8749.9648.98-
YUV189.96121.25148-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 178 (69.92% from 255) = 31.01%
BLUE value IS 178 (69.92% from 255) = 31.01%
R=37.98%
G=31.01%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817817800.180.180.15035.0977.65
HexDAB2B201212F0234e
Octal3322622620222217043116
Binary11011010101100101011001001001010010111101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2B2; }

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

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

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

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

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

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

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

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