#D5B2AE

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

Shades of Oyster Pink #D5B2AE

Tints of Oyster Pink #D5B2AE

Color information

#D5B2AE (or 0xD5B2AE) is unknown color: approx Oyster Pink. HEX triplet: D5, B2 and AE. RGB value is (213,178,174). Sum of RGB (Red+Green+Blue) = 213+178+174=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B2AE is #2A4D51. Grayscale: #BCBCBC. Windows color (decimal): -2772306 or 11449045. OLE color: 11449045.

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

Color convert

RGB213178174-
CMYK00.160.180.16
HSL6.15º31.71%75.88%-
HSV(B)6.15º18.31%83.53%-
XYZ5149.0446.82-
YUV188.01120.1145.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.70%
GREEN value IS 178 (69.92% from 255) = 31.50%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=37.70%
G=31.50%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317817400.160.180.166.1531.7175.88
HexD5B2AE01012106204c
Octal3252622560202220640114
Binary11010101101100101010111001000010010100001101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B2AE; }

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

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

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

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

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

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

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

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