#D6C2B6

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

Shades of Wafer #D6C2B6

Tints of Wafer #D6C2B6

Color information

#D6C2B6 (or 0xD6C2B6) is unknown color: approx Wafer. HEX triplet: D6, C2 and B6. RGB value is (214,194,182). Sum of RGB (Red+Green+Blue) = 214+194+182=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C2B6 is #293D49. Grayscale: #C6C6C6. Windows color (decimal): -2702666 or 11977430. OLE color: 11977430.

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

Color convert

RGB214194182-
CMYK00.090.150.16
HSL22.5º28.07%77.65%-
HSV(B)22.5º14.95%83.92%-
XYZ55.4756.2652.19-
YUV198.61118.63138.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.27%
GREEN value IS 194 (76.17% from 255) = 32.88%
BLUE value IS 182 (71.48% from 255) = 30.85%
R=36.27%
G=32.88%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419418200.090.150.1622.528.0777.65
HexD6C2B609F10171c4e
Octal32630226601117202734116
Binary1101011011000010101101100100111111000010111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C2B6; }

 p { color: rgb(214,194,182); }

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

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

 a { background-color: rgb(214,194,182); }

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

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

 span { border-color: rgb(214,194,182); }

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