Html Css Color HEX #D5BBAE Wafer

📋 copy color: '#D5BBAE'

red 213 ◦ green 187 ◦ blue 174

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

Shades of Wafer #D5BBAE

Tints of Wafer #D5BBAE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.58%

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

R = 37.11%
G = 32.58%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D5BBAE (or 0xD5BBAE) is known color: Wafer. HEX triplet: D5, BB and AE. RGB value is (213,187,174). Sum of RGB (Red+Green+Blue) = 213+187+174=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BBAE is #2A4451. Grayscale: #C1C1C1. Windows color (decimal): -2770002 or 11451349. OLE color: 11451349.

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

Color convert

RGB 213 187 174 -
CMYK 0 0.12 0.18 0.16
HSL 20º 0.32% 0.76% -
HSV(B) 20º 0.18% 0.84% -
XYZ 52.85 52.74 47.44 -
YUV 193.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 213 187 174 0 0.12 0.18 0.16 20 0.32 0.76
Hex D5 BB AE 0 C 12 10 14 20 4C
Octal 325 273 256 0 14 22 20 24 40 114
Binary 11010101 10111011 10101110 0 1100 10010 10000 10100 100000 1001100

Color Harmonies of #D5BBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BBAE

Black with #D5BBAE

Text Example


Text Example

White with #D5BBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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