Html Css Color HEX #D5C5BD Wafer

📋 copy color: '#D5C5BD'

red 213 ◦ green 197 ◦ blue 189

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

Shades of Wafer #D5C5BD

Tints of Wafer #D5C5BD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.89%

 BLUE value IS 189 (74.22% from 255) = 31.55%

R = 35.56%
G = 32.89%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D5C5BD (or 0xD5C5BD) is known color: Wafer. HEX triplet: D5, C5 and BD. RGB value is (213,197,189). Sum of RGB (Red+Green+Blue) = 213+197+189=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C5BD is #2A3A42. Grayscale: #C8C8C8. Windows color (decimal): -2767427 or 12436949. OLE color: 12436949.

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

Color convert

RGB 213 197 189 -
CMYK 0 0.08 0.11 0.16
HSL 20º 0.22% 0.79% -
HSV(B) 20º 0.11% 0.84% -
XYZ 56.59 57.75 56.31 -
YUV 200.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 213 197 189 0 0.08 0.11 0.16 20 0.22 0.79
Hex D5 C5 BD 0 8 B 10 14 16 4F
Octal 325 305 275 0 10 13 20 24 26 117
Binary 11010101 11000101 10111101 0 1000 1011 10000 10100 10110 1001111

Color Harmonies of #D5C5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C5BD

Black with #D5C5BD

Text Example


Text Example

White with #D5C5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C5BD; }

 p { color: rgb(213,197,189); }

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

background-color css

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

 a { background-color: rgb(213,197,189); }

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

border-color css

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

 span { border-color: rgb(213,197,189); }

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