#D1D0CD

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

Shades of Concrete #D1D0CD

Tints of Concrete #D1D0CD

Color information

#D1D0CD (or 0xD1D0CD) is unknown color: approx Concrete. HEX triplet: D1, D0 and CD. RGB value is (209,208,205). Sum of RGB (Red+Green+Blue) = 209+208+205=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D0CD is #2E2F32. Grayscale: #CFCFCF. Windows color (decimal): -3026739 or 13488337. OLE color: 13488337.

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

Color convert

RGB209208205-
CMYK00.000.020.18
HSL45º4.17%81.18%-
HSV(B)45º1.91%81.96%-
XYZ59.8763.0766.78-
YUV207.96126.33128.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.60%
GREEN value IS 208 (81.64% from 255) = 33.44%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=33.60%
G=33.44%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920820500.000.020.18454.1781.18
HexD1D0CD002122d451
Octal32132031500222554121
Binary1101000111010000110011010010100101011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D0CD; }

 p { color: rgb(209,208,205); }

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

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

 a { background-color: rgb(209,208,205); }

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

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

 span { border-color: rgb(209,208,205); }

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