#D6D5D1

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

Shades of Concrete #D6D5D1

Tints of Concrete #D6D5D1

Color information

#D6D5D1 (or 0xD6D5D1) is unknown color: approx Concrete. HEX triplet: D6, D5 and D1. RGB value is (214,213,209). Sum of RGB (Red+Green+Blue) = 214+213+209=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D5D1 is #292A2E. Grayscale: #D4D4D4. Windows color (decimal): -2697775 or 13751766. OLE color: 13751766.

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

Color convert

RGB214213209-
CMYK00.000.020.16
HSL48º5.75%82.94%-
HSV(B)48º2.34%83.92%-
XYZ63.0366.4969.83-
YUV212.84125.83128.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.65%
GREEN value IS 213 (83.59% from 255) = 33.49%
BLUE value IS 209 (82.03% from 255) = 32.86%
R=33.65%
G=33.49%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421320900.000.020.16485.7582.94
HexD6D5D10021030653
Octal32632532100220606123
Binary1101011011010101110100010010100001100001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D5D1; }

 p { color: rgb(214,213,209); }

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

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

 a { background-color: rgb(214,213,209); }

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

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

 span { border-color: rgb(214,213,209); }

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