#D4BEBA

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

Shades of Oyster Pink #D4BEBA

Tints of Oyster Pink #D4BEBA

Color information

#D4BEBA (or 0xD4BEBA) is unknown color: approx Oyster Pink. HEX triplet: D4, BE and BA. RGB value is (212,190,186). Sum of RGB (Red+Green+Blue) = 212+190+186=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEBA is #2B4145. Grayscale: #C4C4C4. Windows color (decimal): -2834758 or 12238548. OLE color: 12238548.

HSL color Cylindrical-coordinate representation of color #D4BEBA: hue angle of 9.23º 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 #D4BEBA is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212190186-
CMYK00.100.120.17
HSL9.23º23.21%78.04%-
HSV(B)9.23º12.26%83.14%-
XYZ54.4354.3754.08-
YUV196.12122.29139.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=36.05%
G=32.31%
B=31.63%

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
Decimal21219018600.100.120.179.2323.2178.04
HexD4BEBA0AC119174e
Octal32427627201214211127116
Binary110101001011111010111010010101100100011001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BEBA; }

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

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

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

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

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

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

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

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