#D5D4CD

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

Shades of Concrete #D5D4CD

Tints of Concrete #D5D4CD

Color information

#D5D4CD (or 0xD5D4CD) is unknown color: approx Concrete. HEX triplet: D5, D4 and CD. RGB value is (213,212,205). Sum of RGB (Red+Green+Blue) = 213+212+205=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D4CD is #2A2B32. Grayscale: #D3D3D3. Windows color (decimal): -2763571 or 13489365. OLE color: 13489365.

HSL color Cylindrical-coordinate representation of color #D5D4CD: hue angle of 52.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5D4CD is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213212205-
CMYK00.000.040.16
HSL52.5º8.7%81.96%-
HSV(B)52.5º3.76%83.53%-
XYZ6265.6467.16-
YUV211.5124.33129.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.81%
GREEN value IS 212 (83.20% from 255) = 33.65%
BLUE value IS 205 (80.47% from 255) = 32.54%
R=33.81%
G=33.65%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321220500.000.040.1652.58.781.96
HexD5D4CD0041035952
Octal325324315004206511122
Binary110101011101010011001101001001000011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D4CD; }

 p { color: rgb(213,212,205); }

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

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

 a { background-color: rgb(213,212,205); }

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

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

 span { border-color: rgb(213,212,205); }

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