Html Css Color HEX #D6BAAE Wafer

📋 copy color: '#D6BAAE'

red 214 ◦ green 186 ◦ blue 174

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

Shades of Wafer #D6BAAE

Tints of Wafer #D6BAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.31%

R = 37.28%
G = 32.4%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D6BAAE (or 0xD6BAAE) is known color: Wafer. HEX triplet: D6, BA and AE. RGB value is (214,186,174). Sum of RGB (Red+Green+Blue) = 214+186+174=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BAAE is #294551. Grayscale: #C1C1C1. Windows color (decimal): -2704722 or 11451094. OLE color: 11451094.

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

Color convert

RGB 214 186 174 -
CMYK 0 0.13 0.19 0.16
HSL 18º 0.33% 0.76% -
HSV(B) 18º 0.19% 0.84% -
XYZ 52.93 52.47 47.38 -
YUV 193 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 214 186 174 0 0.13 0.19 0.16 18 0.33 0.76
Hex D6 BA AE 0 D 13 10 12 21 4C
Octal 326 272 256 0 15 23 20 22 41 114
Binary 11010110 10111010 10101110 0 1101 10011 10000 10010 100001 1001100

Color Harmonies of #D6BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAAE

Black with #D6BAAE

Text Example


Text Example

White with #D6BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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