Html Css Color HEX #D6C4BD Wafer

📋 copy color: '#D6C4BD'

red 214 ◦ green 196 ◦ blue 189

#D6C4BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wafer #D6C4BD

Tints of Wafer #D6C4BD

RGB

 RED value IS 214 (83.98% from 255) = 35.73%

 GREEN value IS 196 (76.95% from 255) = 32.72%

 BLUE value IS 189 (74.22% from 255) = 31.55%

R = 35.73%
G = 32.72%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D6C4BD (or 0xD6C4BD) is known color: Wafer. HEX triplet: D6, C4 and BD. RGB value is (214,196,189). Sum of RGB (Red+Green+Blue) = 214+196+189=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 196 (76.95% from 255 or 32.72% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C4BD is #293B42. Grayscale: #C8C8C8. Windows color (decimal): -2702147 or 12436694. OLE color: 12436694.

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

Color convert

RGB 214 196 189 -
CMYK 0 0.08 0.12 0.16
HSL 16.8º 0.23% 0.79% -
HSV(B) 16.8º 0.12% 0.84% -
XYZ 56.66 57.45 56.25 -
YUV 200.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 214 196 189 0 0.08 0.12 0.16 16.8 0.23 0.79
Hex D6 C4 BD 0 8 C 10 11 17 4F
Octal 326 304 275 0 10 14 20 21 27 117
Binary 11010110 11000100 10111101 0 1000 1100 10000 10001 10111 1001111

Color Harmonies of #D6C4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C4BD

Black with #D6C4BD

Text Example


Text Example

White with #D6C4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C4BD; }

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

 H1.HeaderClassName
 {
   color: #D6C4BD;
 }
 .AnyTagClassName
 {
   color: #D6C4BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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