Html Css Color HEX #D5C2BA Wafer

📋 copy color: '#D5C2BA'

red 213 ◦ green 194 ◦ blue 186

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

Shades of Wafer #D5C2BA

Tints of Wafer #D5C2BA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.72%

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

R = 35.92%
G = 32.72%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D5C2BA (or 0xD5C2BA) is known color: Wafer. HEX triplet: D5, C2 and BA. RGB value is (213,194,186). Sum of RGB (Red+Green+Blue) = 213+194+186=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C2BA is #2A3D45. Grayscale: #C6C6C6. Windows color (decimal): -2768198 or 12239573. OLE color: 12239573.

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

Color convert

RGB 213 194 186 -
CMYK 0 0.09 0.13 0.16
HSL 17.78º 0.24% 0.78% -
HSV(B) 17.78º 0.13% 0.84% -
XYZ 55.6 56.27 54.39 -
YUV 198.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 213 194 186 0 0.09 0.13 0.16 17.78 0.24 0.78
Hex D5 C2 BA 0 9 D 10 12 18 4E
Octal 325 302 272 0 11 15 20 22 30 116
Binary 11010101 11000010 10111010 0 1001 1101 10000 10010 11000 1001110

Color Harmonies of #D5C2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C2BA

Black with #D5C2BA

Text Example


Text Example

White with #D5C2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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