Html Css Color HEX #D5BAAE Wafer

📋 copy color: '#D5BAAE'

red 213 ◦ green 186 ◦ blue 174

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

Shades of Wafer #D5BAAE

Tints of Wafer #D5BAAE

RGB

 RED value IS 213 (83.59% from 255) = 37.17%

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

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

R = 37.17%
G = 32.46%
B = 30.37%

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

#D5BAAE (or 0xD5BAAE) is known color: Wafer. HEX triplet: D5, BA and AE. RGB value is (213,186,174). Sum of RGB (Red+Green+Blue) = 213+186+174=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BAAE is #2A4551. Grayscale: #C0C0C0. Windows color (decimal): -2770258 or 11451093. OLE color: 11451093.

HSL color Cylindrical-coordinate representation of color #D5BAAE: hue angle of 18.46º 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 #D5BAAE is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 186 174 -
CMYK 0 0.13 0.18 0.16
HSL 18.46º 0.32% 0.76% -
HSV(B) 18.46º 0.18% 0.84% -
XYZ 52.64 52.32 47.37 -
YUV 192.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 213 186 174 0 0.13 0.18 0.16 18.46 0.32 0.76
Hex D5 BA AE 0 D 12 10 12 20 4C
Octal 325 272 256 0 15 22 20 22 40 114
Binary 11010101 10111010 10101110 0 1101 10010 10000 10010 100000 1001100

Color Harmonies of #D5BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BAAE

Black with #D5BAAE

Text Example


Text Example

White with #D5BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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