#D2D1CD

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

Shades of Concrete #D2D1CD

Tints of Concrete #D2D1CD

Color information

#D2D1CD (or 0xD2D1CD) is unknown color: approx Concrete. HEX triplet: D2, D1 and CD. RGB value is (210,209,205). Sum of RGB (Red+Green+Blue) = 210+209+205=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D1CD is #2D2E32. Grayscale: #D0D0D0. Windows color (decimal): -2960947 or 13488594. OLE color: 13488594.

HSL color Cylindrical-coordinate representation of color #D2D1CD: hue angle of 48º degrees, saturation: 0.05, 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 #D2D1CD is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210209205-
CMYK00.000.020.18
HSL48º5.26%81.37%-
HSV(B)48º2.38%82.35%-
XYZ60.463.7166.87-
YUV208.84125.83128.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.65%
GREEN value IS 209 (82.03% from 255) = 33.49%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=33.65%
G=33.49%
B=32.85%

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
Decimal21020920500.000.020.18485.2681.37
HexD2D1CD0021230551
Octal32232131500222605121
Binary1101001011010001110011010010100101100001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D1CD; }

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

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

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

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

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

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

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

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