#D5C5BD

Color #D5C5BD Wafer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wafer #D5C5BD

Tints of Wafer #D5C5BD

Color information

#D5C5BD (or 0xD5C5BD) is unknown color: approx 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

RGB213197189-
CMYK00.080.110.16
HSL20º22.22%78.82%-
HSV(B)20º11.27%83.53%-
XYZ56.5957.7556.31-
YUV200.87121.3136.65-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319718900.080.110.162022.2278.82
HexD5C5BD08B1014164f
Octal32530527501013202426117
Binary1101010111000101101111010100010111000010100101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>