#D0B1AE

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

Shades of Oyster Pink #D0B1AE

Tints of Oyster Pink #D0B1AE

Color information

#D0B1AE (or 0xD0B1AE) is unknown color: approx Oyster Pink. HEX triplet: D0, B1 and AE. RGB value is (208,177,174). Sum of RGB (Red+Green+Blue) = 208+177+174=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B1AE is #2F4E51. Grayscale: #B9B9B9. Windows color (decimal): -3100242 or 11448784. OLE color: 11448784.

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

Color convert

RGB208177174-
CMYK00.150.160.18
HSL5.29º26.56%74.9%-
HSV(B)5.29º16.35%81.57%-
XYZ49.3747.9146.69-
YUV185.93121.27143.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 177 (69.53% from 255) = 31.66%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=37.21%
G=31.66%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817717400.150.160.185.2926.5674.9
HexD0B1AE0F101251b4b
Octal3202612560172022533113
Binary110100001011000110101110011111000010010101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B1AE; }

 p { color: rgb(208,177,174); }

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

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

 a { background-color: rgb(208,177,174); }

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

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

 span { border-color: rgb(208,177,174); }

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