#D6C5BD

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

Shades of Wafer #D6C5BD

Tints of Wafer #D6C5BD

Color information

#D6C5BD (or 0xD6C5BD) is unknown color: approx Wafer. HEX triplet: D6, C5 and BD. RGB value is (214,197,189). Sum of RGB (Red+Green+Blue) = 214+197+189=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C5BD is #293A42. Grayscale: #C9C9C9. Windows color (decimal): -2701891 or 12436950. OLE color: 12436950.

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

Color convert

RGB214197189-
CMYK00.080.120.16
HSL19.2º23.36%79.02%-
HSV(B)19.2º11.68%83.92%-
XYZ56.8857.956.32-
YUV201.17121.13137.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.67%
GREEN value IS 197 (77.34% from 255) = 32.83%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=35.67%
G=32.83%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419718900.080.120.1619.223.3679.02
HexD6C5BD08C1013174f
Octal32630527501014202327117
Binary1101011011000101101111010100011001000010011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C5BD; }

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

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

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

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

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

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

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

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