Html Css Color HEX #D5BAB3 Wafer

📋 copy color: '#D5BAB3'

red 213 ◦ green 186 ◦ blue 179

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

Shades of Wafer #D5BAB3

Tints of Wafer #D5BAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.97%

R = 36.85%
G = 32.18%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D5BAB3 (or 0xD5BAB3) is known color: Wafer. HEX triplet: D5, BA and B3. RGB value is (213,186,179). Sum of RGB (Red+Green+Blue) = 213+186+179=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BAB3 is #2A454C. Grayscale: #C1C1C1. Windows color (decimal): -2770253 or 11778773. OLE color: 11778773.

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

Color convert

RGB 213 186 179 -
CMYK 0 0.13 0.16 0.16
HSL 12.35º 0.29% 0.77% -
HSV(B) 12.35º 0.16% 0.84% -
XYZ 53.14 52.52 49.98 -
YUV 193.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 213 186 179 0 0.13 0.16 0.16 12.35 0.29 0.77
Hex D5 BA B3 0 D 10 10 C 1D 4D
Octal 325 272 263 0 15 20 20 14 35 115
Binary 11010101 10111010 10110011 0 1101 10000 10000 1100 11101 1001101

Color Harmonies of #D5BAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BAB3

Black with #D5BAB3

Text Example


Text Example

White with #D5BAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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