Html Css Color HEX #D6BAB0 Wafer

📋 copy color: '#D6BAB0'

red 214 ◦ green 186 ◦ blue 176

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

Shades of Wafer #D6BAB0

Tints of Wafer #D6BAB0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.29%

 BLUE value IS 176 (69.14% from 255) = 30.56%

R = 37.15%
G = 32.29%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D6BAB0 (or 0xD6BAB0) is known color: Wafer. HEX triplet: D6, BA and B0. RGB value is (214,186,176). Sum of RGB (Red+Green+Blue) = 214+186+176=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BAB0 is #29454F. Grayscale: #C1C1C1. Windows color (decimal): -2704720 or 11582166. OLE color: 11582166.

HSL color Cylindrical-coordinate representation of color #D6BAB0: hue angle of 15.79º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6BAB0 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 176 -
CMYK 0 0.13 0.18 0.16
HSL 15.79º 0.32% 0.76% -
HSV(B) 15.79º 0.18% 0.84% -
XYZ 53.13 52.55 48.42 -
YUV 193.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 214 186 176 0 0.13 0.18 0.16 15.79 0.32 0.76
Hex D6 BA B0 0 D 12 10 10 20 4C
Octal 326 272 260 0 15 22 20 20 40 114
Binary 11010110 10111010 10110000 0 1101 10010 10000 10000 100000 1001100

Color Harmonies of #D6BAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAB0

Black with #D6BAB0

Text Example


Text Example

White with #D6BAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAB0; }

 p { color: rgb(214,186,176); }

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

background-color css

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

 a { background-color: rgb(214,186,176); }

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

border-color css

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

 span { border-color: rgb(214,186,176); }

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