#D4BEBB

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

Shades of Oyster Pink #D4BEBB

Tints of Oyster Pink #D4BEBB

Color information

#D4BEBB (or 0xD4BEBB) is unknown color: approx Oyster Pink. HEX triplet: D4, BE and BB. RGB value is (212,190,187). Sum of RGB (Red+Green+Blue) = 212+190+187=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEBB is #2B4144. Grayscale: #C4C4C4. Windows color (decimal): -2834757 or 12304084. OLE color: 12304084.

HSL color Cylindrical-coordinate representation of color #D4BEBB: hue angle of 7.2º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BEBB is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212190187-
CMYK00.100.120.17
HSL7.2º22.52%78.24%-
HSV(B)7.2º11.79%83.14%-
XYZ54.5354.4154.64-
YUV196.24122.79139.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.99%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=35.99%
G=32.26%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219018700.100.120.177.222.5278.24
HexD4BEBB0AC117174e
Octal3242762730121421727116
Binary11010100101111101011101101010110010001111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BEBB; }

 p { color: rgb(212,190,187); }

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

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

 a { background-color: rgb(212,190,187); }

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

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

 span { border-color: rgb(212,190,187); }

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