#DBB1AF

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

Shades of Oyster Pink #DBB1AF

Tints of Oyster Pink #DBB1AF

Color information

#DBB1AF (or 0xDBB1AF) is unknown color: approx Oyster Pink. HEX triplet: DB, B1 and AF. RGB value is (219,177,175). Sum of RGB (Red+Green+Blue) = 219+177+175=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB1AF is #244E50. Grayscale: #BDBDBD. Windows color (decimal): -2379345 or 11514331. OLE color: 11514331.

HSL color Cylindrical-coordinate representation of color #DBB1AF: hue angle of 2.73º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB1AF is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB219177175-
CMYK00.190.200.14
HSL2.73º37.93%77.25%-
HSV(B)2.73º20.09%85.88%-
XYZ52.6749.647.35-
YUV189.33119.91149.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 177 (69.53% from 255) = 31.00%
BLUE value IS 175 (68.75% from 255) = 30.65%
R=38.35%
G=31.00%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917717500.190.200.142.7337.9377.25
HexDBB1AF01314E3264d
Octal3332612570232416346115
Binary110110111011000110101111010011101001110111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB1AF; }

 p { color: rgb(219,177,175); }

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

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

 a { background-color: rgb(219,177,175); }

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

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

 span { border-color: rgb(219,177,175); }

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