Html Css Color HEX #D7BAB0 Wafer

📋 copy color: '#D7BAB0'

red 215 ◦ green 186 ◦ blue 176

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

Shades of Wafer #D7BAB0

Tints of Wafer #D7BAB0

RGB

 RED value IS 215 (84.38% from 255) = 37.26%

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

 BLUE value IS 176 (69.14% from 255) = 30.5%

R = 37.26%
G = 32.24%
B = 30.5%

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

#D7BAB0 (or 0xD7BAB0) is known color: Wafer. HEX triplet: D7, BA and B0. RGB value is (215,186,176). Sum of RGB (Red+Green+Blue) = 215+186+176=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BAB0 is #28454F. Grayscale: #C1C1C1. Windows color (decimal): -2639184 or 11582167. OLE color: 11582167.

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

Color convert

RGB 215 186 176 -
CMYK 0 0.13 0.18 0.16
HSL 15.38º 0.33% 0.77% -
HSV(B) 15.38º 0.18% 0.84% -
XYZ 53.42 52.7 48.43 -
YUV 193.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 215 186 176 0 0.13 0.18 0.16 15.38 0.33 0.77
Hex D7 BA B0 0 D 12 10 F 21 4D
Octal 327 272 260 0 15 22 20 17 41 115
Binary 11010111 10111010 10110000 0 1101 10010 10000 1111 100001 1001101

Color Harmonies of #D7BAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BAB0

Black with #D7BAB0

Text Example


Text Example

White with #D7BAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BAB0; }

 p { color: rgb(215,186,176); }

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

background-color css

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

 a { background-color: rgb(215,186,176); }

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

border-color css

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

 span { border-color: rgb(215,186,176); }

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