#D6BDB7

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

Shades of Wafer #D6BDB7

Tints of Wafer #D6BDB7

Color information

#D6BDB7 (or 0xD6BDB7) is unknown color: approx Wafer. HEX triplet: D6, BD and B7. RGB value is (214,189,183). Sum of RGB (Red+Green+Blue) = 214+189+183=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDB7 is #294248. Grayscale: #C3C3C3. Windows color (decimal): -2703945 or 12041686. OLE color: 12041686.

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

Color convert

RGB214189183-
CMYK00.120.140.16
HSL11.61º27.43%77.84%-
HSV(B)11.61º14.49%83.92%-
XYZ54.4854.1152.37-
YUV195.79120.78140.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.52%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 183 (71.88% from 255) = 31.23%
R=36.52%
G=32.25%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418918300.120.140.1611.6127.4377.84
HexD6BDB70CE10c1b4e
Octal32627526701416201433116
Binary110101101011110110110111011001110100001100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BDB7; }

 p { color: rgb(214,189,183); }

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

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

 a { background-color: rgb(214,189,183); }

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

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

 span { border-color: rgb(214,189,183); }

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