#D6BDB5

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

Shades of Wafer #D6BDB5

Tints of Wafer #D6BDB5

Color information

#D6BDB5 (or 0xD6BDB5) is unknown color: approx Wafer. HEX triplet: D6, BD and B5. RGB value is (214,189,181). Sum of RGB (Red+Green+Blue) = 214+189+181=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDB5 is #29424A. Grayscale: #C3C3C3. Windows color (decimal): -2703947 or 11910614. OLE color: 11910614.

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

Color convert

RGB214189181-
CMYK00.120.150.16
HSL14.55º28.7%77.45%-
HSV(B)14.55º15.42%83.92%-
XYZ54.2754.0351.28-
YUV195.56119.78141.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.64%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 181 (71.09% from 255) = 30.99%
R=36.64%
G=32.36%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418918100.120.150.1614.5528.777.45
HexD6BDB50CF10f1d4d
Octal32627526501417201735115
Binary110101101011110110110101011001111100001111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BDB5; }

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

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

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

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

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

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

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

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