Html Css Color HEX #D5C4BA Wafer

📋 copy color: '#D5C4BA'

red 213 ◦ green 196 ◦ blue 186

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

Shades of Wafer #D5C4BA

Tints of Wafer #D5C4BA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.94%

 BLUE value IS 186 (73.05% from 255) = 31.26%

R = 35.8%
G = 32.94%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D5C4BA (or 0xD5C4BA) is known color: Wafer. HEX triplet: D5, C4 and BA. RGB value is (213,196,186). Sum of RGB (Red+Green+Blue) = 213+196+186=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C4BA is #2A3B45. Grayscale: #C8C8C8. Windows color (decimal): -2767686 or 12240085. OLE color: 12240085.

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

Color convert

RGB 213 196 186 -
CMYK 0 0.08 0.13 0.16
HSL 22.22º 0.24% 0.78% -
HSV(B) 22.22º 0.13% 0.84% -
XYZ 56.04 57.17 54.54 -
YUV 199.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 213 196 186 0 0.08 0.13 0.16 22.22 0.24 0.78
Hex D5 C4 BA 0 8 D 10 16 18 4E
Octal 325 304 272 0 10 15 20 26 30 116
Binary 11010101 11000100 10111010 0 1000 1101 10000 10110 11000 1001110

Color Harmonies of #D5C4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C4BA

Black with #D5C4BA

Text Example


Text Example

White with #D5C4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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