#D5C5BB

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

Shades of Wafer #D5C5BB

Tints of Wafer #D5C5BB

Color information

#D5C5BB (or 0xD5C5BB) is unknown color: approx Wafer. HEX triplet: D5, C5 and BB. RGB value is (213,197,187). Sum of RGB (Red+Green+Blue) = 213+197+187=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C5BB is #2A3A44. Grayscale: #C8C8C8. Windows color (decimal): -2767429 or 12305877. OLE color: 12305877.

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

Color convert

RGB213197187-
CMYK00.080.120.16
HSL23.08º23.64%78.43%-
HSV(B)23.08º12.21%83.53%-
XYZ56.3857.6755.17-
YUV200.64120.3136.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.68%
GREEN value IS 197 (77.34% from 255) = 33.00%
BLUE value IS 187 (73.44% from 255) = 31.32%
R=35.68%
G=33.00%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319718700.080.120.1623.0823.6478.43
HexD5C5BB08C1017184e
Octal32530527301014202730116
Binary1101010111000101101110110100011001000010111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C5BB; }

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

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

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

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

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

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

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

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