#D6C3BB

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

Shades of Wafer #D6C3BB

Tints of Wafer #D6C3BB

Color information

#D6C3BB (or 0xD6C3BB) is unknown color: approx Wafer. HEX triplet: D6, C3 and BB. RGB value is (214,195,187). Sum of RGB (Red+Green+Blue) = 214+195+187=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3BB is #293C44. Grayscale: #C7C7C7. Windows color (decimal): -2702405 or 12305366. OLE color: 12305366.

HSL color Cylindrical-coordinate representation of color #D6C3BB: hue angle of 17.78º 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 #D6C3BB is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214195187-
CMYK00.090.130.16
HSL17.78º24.77%78.63%-
HSV(B)17.78º12.62%83.92%-
XYZ56.2256.9155.04-
YUV199.77120.79138.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.91%
GREEN value IS 195 (76.56% from 255) = 32.72%
BLUE value IS 187 (73.44% from 255) = 31.38%
R=35.91%
G=32.72%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419518700.090.130.1617.7824.7778.63
HexD6C3BB09D1012194f
Octal32630327301115202231117
Binary1101011011000011101110110100111011000010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C3BB; }

 p { color: rgb(214,195,187); }

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

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

 a { background-color: rgb(214,195,187); }

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

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

 span { border-color: rgb(214,195,187); }

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