#DAB3B3

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

Shades of Oyster Pink #DAB3B3

Tints of Oyster Pink #DAB3B3

Color information

#DAB3B3 (or 0xDAB3B3) is unknown color: approx Oyster Pink. HEX triplet: DA, B3 and B3. RGB value is (218,179,179). Sum of RGB (Red+Green+Blue) = 218+179+179=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 179 (70.31% from 255 or 31.08% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3B3 is #254C4C. Grayscale: #BEBEBE. Windows color (decimal): -2444365 or 11776986. OLE color: 11776986.

HSL color Cylindrical-coordinate representation of color #DAB3B3: 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 #DAB3B3 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB218179179-
CMYK00.180.180.15
HSL34.51%77.84%-
HSV(B)17.89%85.49%-
XYZ53.1750.449.57-
YUV190.66121.42147.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.85%
GREEN value IS 179 (70.31% from 255) = 31.08%
BLUE value IS 179 (70.31% from 255) = 31.08%
R=37.85%
G=31.08%
B=31.08%

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
Decimal21817917900.180.180.15034.5177.84
HexDAB3B301212F0234e
Octal3322632630222217043116
Binary11011010101100111011001101001010010111101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB3B3; }

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

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

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

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

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

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

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

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