#D5D3CD

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

Shades of Concrete #D5D3CD

Tints of Concrete #D5D3CD

Color information

#D5D3CD (or 0xD5D3CD) is unknown color: approx Concrete. HEX triplet: D5, D3 and CD. RGB value is (213,211,205). Sum of RGB (Red+Green+Blue) = 213+211+205=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D3CD is #2A2C32. Grayscale: #D2D2D2. Windows color (decimal): -2763827 or 13489109. OLE color: 13489109.

HSL color Cylindrical-coordinate representation of color #D5D3CD: hue angle of 45º 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 #D5D3CD is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213211205-
CMYK00.010.040.16
HSL45º8.7%81.96%-
HSV(B)45º3.76%83.53%-
XYZ61.7565.1467.08-
YUV210.91124.66129.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.86%
GREEN value IS 211 (82.81% from 255) = 33.55%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=33.86%
G=33.55%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321120500.010.040.16458.781.96
HexD5D3CD014102d952
Octal325323315014205511122
Binary110101011101001111001101011001000010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D3CD; }

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

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

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

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

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

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

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

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