Html Css Color HEX #D6BEB1 Wafer

📋 copy color: '#D6BEB1'

red 214 ◦ green 190 ◦ blue 177

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

Shades of Wafer #D6BEB1

Tints of Wafer #D6BEB1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.7%

 BLUE value IS 177 (69.53% from 255) = 30.46%

R = 36.83%
G = 32.7%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D6BEB1 (or 0xD6BEB1) is known color: Wafer. HEX triplet: D6, BE and B1. RGB value is (214,190,177). Sum of RGB (Red+Green+Blue) = 214+190+177=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BEB1 is #29414E. Grayscale: #C3C3C3. Windows color (decimal): -2703695 or 11648726. OLE color: 11648726.

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

Color convert

RGB 214 190 177 -
CMYK 0 0.11 0.17 0.16
HSL 21.08º 0.31% 0.77% -
HSV(B) 21.08º 0.17% 0.84% -
XYZ 54.08 54.3 49.23 -
YUV 195.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 214 190 177 0 0.11 0.17 0.16 21.08 0.31 0.77
Hex D6 BE B1 0 B 11 10 15 1F 4D
Octal 326 276 261 0 13 21 20 25 37 115
Binary 11010110 10111110 10110001 0 1011 10001 10000 10101 11111 1001101

Color Harmonies of #D6BEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BEB1

Black with #D6BEB1

Text Example


Text Example

White with #D6BEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BEB1; }

 p { color: rgb(214,190,177); }

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

background-color css

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

 a { background-color: rgb(214,190,177); }

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

border-color css

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

 span { border-color: rgb(214,190,177); }

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