#D7BDBC

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

Shades of Oyster Pink #D7BDBC

Tints of Oyster Pink #D7BDBC

Color information

#D7BDBC (or 0xD7BDBC) is unknown color: approx Oyster Pink. HEX triplet: D7, BD and BC. RGB value is (215,189,188). Sum of RGB (Red+Green+Blue) = 215+189+188=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDBC is #284243. Grayscale: #C4C4C4. Windows color (decimal): -2638404 or 12369367. OLE color: 12369367.

HSL color Cylindrical-coordinate representation of color #D7BDBC: hue angle of 2.22º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BDBC is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215189188-
CMYK00.120.130.16
HSL2.22º25.23%79.02%-
HSV(B)2.22º12.56%84.31%-
XYZ55.354.4755.18-
YUV196.66123.11141.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.32%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 188 (73.83% from 255) = 31.76%
R=36.32%
G=31.93%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518918800.120.130.162.2225.2379.02
HexD7BDBC0CD102194f
Octal3272752740141520231117
Binary1101011110111101101111000110011011000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDBC; }

 p { color: rgb(215,189,188); }

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

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

 a { background-color: rgb(215,189,188); }

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

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

 span { border-color: rgb(215,189,188); }

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