#D6D5CB

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

Shades of Concrete #D6D5CB

Tints of Concrete #D6D5CB

Color information

#D6D5CB (or 0xD6D5CB) is unknown color: approx Concrete. HEX triplet: D6, D5 and CB. RGB value is (214,213,203). Sum of RGB (Red+Green+Blue) = 214+213+203=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D5CB is #292A34. Grayscale: #D4D4D4. Windows color (decimal): -2697781 or 13358550. OLE color: 13358550.

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

Color convert

RGB214213203-
CMYK00.000.050.16
HSL54.55º11.83%81.76%-
HSV(B)54.55º5.14%83.92%-
XYZ62.3166.265.99-
YUV212.16122.83129.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.97%
GREEN value IS 213 (83.59% from 255) = 33.81%
BLUE value IS 203 (79.69% from 255) = 32.22%
R=33.97%
G=33.81%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421320300.000.050.1654.5511.8381.76
HexD6D5CB0051037c52
Octal326325313005206714122
Binary110101101101010111001011001011000011011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D5CB; }

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

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

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

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

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

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

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

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