#D5C5BE

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

Shades of Wafer #D5C5BE

Tints of Wafer #D5C5BE

Color information

#D5C5BE (or 0xD5C5BE) is unknown color: approx Wafer. HEX triplet: D5, C5 and BE. RGB value is (213,197,190). Sum of RGB (Red+Green+Blue) = 213+197+190=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C5BE is #2A3A41. Grayscale: #C9C9C9. Windows color (decimal): -2767426 or 12502485. OLE color: 12502485.

HSL color Cylindrical-coordinate representation of color #D5C5BE: hue angle of 18.26º degrees, saturation: 0.21, 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 #D5C5BE is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213197190-
CMYK00.080.110.16
HSL18.26º21.5%79.02%-
HSV(B)18.26º10.8%83.53%-
XYZ56.757.856.88-
YUV200.99121.8136.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.5%
GREEN value IS 197 (77.34% from 255) = 32.83%
BLUE value IS 190 (74.61% from 255) = 31.67%
R=35.5%
G=32.83%
B=31.67%

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
Decimal21319719000.080.110.1618.2621.579.02
HexD5C5BE08B1012154f
Octal32530527601013202225117
Binary1101010111000101101111100100010111000010010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C5BE; }

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

 H1.HeaderClassName
 {
   color: #D5C5BE;
 }
 .AnyTagClassName
 {
   color: #D5C5BE;
 }
</style>
background-color css

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

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

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

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

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

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