Html Css Color HEX #D9BAAE Wafer

📋 copy color: '#D9BAAE'

red 217 ◦ green 186 ◦ blue 174

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

Shades of Wafer #D9BAAE

Tints of Wafer #D9BAAE

RGB

 RED value IS 217 (85.16% from 255) = 37.61%

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

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

R = 37.61%
G = 32.24%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D9BAAE (or 0xD9BAAE) is known color: Wafer. HEX triplet: D9, BA and AE. RGB value is (217,186,174). Sum of RGB (Red+Green+Blue) = 217+186+174=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BAAE is #264551. Grayscale: #C1C1C1. Windows color (decimal): -2508114 or 11451097. OLE color: 11451097.

HSL color Cylindrical-coordinate representation of color #D9BAAE: hue angle of 16.74º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9BAAE is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 174 -
CMYK 0 0.14 0.20 0.15
HSL 16.74º 0.36% 0.77% -
HSV(B) 16.74º 0.2% 0.85% -
XYZ 53.81 52.93 47.42 -
YUV 193.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 217 186 174 0 0.14 0.20 0.15 16.74 0.36 0.77
Hex D9 BA AE 0 E 14 F 11 24 4D
Octal 331 272 256 0 16 24 17 21 44 115
Binary 11011001 10111010 10101110 0 1110 10100 1111 10001 100100 1001101

Color Harmonies of #D9BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAAE

Black with #D9BAAE

Text Example


Text Example

White with #D9BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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