#D5B2AC

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

Shades of Oyster Pink #D5B2AC

Tints of Oyster Pink #D5B2AC

Color information

#D5B2AC (or 0xD5B2AC) is unknown color: approx Oyster Pink. HEX triplet: D5, B2 and AC. RGB value is (213,178,172). Sum of RGB (Red+Green+Blue) = 213+178+172=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B2AC is #2A4D53. Grayscale: #BBBBBB. Windows color (decimal): -2772308 or 11317973. OLE color: 11317973.

HSL color Cylindrical-coordinate representation of color #D5B2AC: hue angle of 8.78º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5B2AC is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB213178172-
CMYK00.160.190.16
HSL8.78º32.8%75.49%-
HSV(B)8.78º19.25%83.53%-
XYZ50.8148.9745.8-
YUV187.78119.1145.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 178 (69.92% from 255) = 31.62%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=37.83%
G=31.62%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317817200.160.190.168.7832.875.49
HexD5B2AC01013109214b
Octal32526225402023201141113
Binary110101011011001010101100010000100111000010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B2AC; }

 p { color: rgb(213,178,172); }

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

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

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

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

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

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

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