Html Css Color HEX #D6BEB7 Wafer

📋 copy color: '#D6BEB7'

red 214 ◦ green 190 ◦ blue 183

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

Shades of Wafer #D6BEB7

Tints of Wafer #D6BEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.18%

R = 36.46%
G = 32.37%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D6BEB7 (or 0xD6BEB7) is known color: Wafer. HEX triplet: D6, BE and B7. RGB value is (214,190,183). Sum of RGB (Red+Green+Blue) = 214+190+183=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEB7 is #294148. Grayscale: #C4C4C4. Windows color (decimal): -2703689 or 12041942. OLE color: 12041942.

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

Color convert

RGB 214 190 183 -
CMYK 0 0.11 0.14 0.16
HSL 13.55º 0.27% 0.78% -
HSV(B) 13.55º 0.14% 0.84% -
XYZ 54.69 54.54 52.44 -
YUV 196.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 214 190 183 0 0.11 0.14 0.16 13.55 0.27 0.78
Hex D6 BE B7 0 B E 10 E 1B 4E
Octal 326 276 267 0 13 16 20 16 33 116
Binary 11010110 10111110 10110111 0 1011 1110 10000 1110 11011 1001110

Color Harmonies of #D6BEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BEB7

Black with #D6BEB7

Text Example


Text Example

White with #D6BEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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