Html Css Color HEX #D5BAAD Wafer

📋 copy color: '#D5BAAD'

red 213 ◦ green 186 ◦ blue 173

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

Shades of Wafer #D5BAAD

Tints of Wafer #D5BAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.24%

R = 37.24%
G = 32.52%
B = 30.24%

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

#D5BAAD (or 0xD5BAAD) is known color: Wafer. HEX triplet: D5, BA and AD. RGB value is (213,186,173). Sum of RGB (Red+Green+Blue) = 213+186+173=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BAAD is #2A4552. Grayscale: #C0C0C0. Windows color (decimal): -2770259 or 11385557. OLE color: 11385557.

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

Color convert

RGB 213 186 173 -
CMYK 0 0.13 0.19 0.16
HSL 19.5º 0.32% 0.76% -
HSV(B) 19.5º 0.19% 0.84% -
XYZ 52.54 52.28 46.86 -
YUV 192.59 116.95 142.56 -
System Red Green Blue C M Y K H S L
Decimal 213 186 173 0 0.13 0.19 0.16 19.5 0.32 0.76
Hex D5 BA AD 0 D 13 10 14 20 4C
Octal 325 272 255 0 15 23 20 24 40 114
Binary 11010101 10111010 10101101 0 1101 10011 10000 10100 100000 1001100

Color Harmonies of #D5BAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BAAD

Black with #D5BAAD

Text Example


Text Example

White with #D5BAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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