#D6D4CD

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

Shades of Concrete #D6D4CD

Tints of Concrete #D6D4CD

Color information

#D6D4CD (or 0xD6D4CD) is unknown color: approx Concrete. HEX triplet: D6, D4 and CD. RGB value is (214,212,205). Sum of RGB (Red+Green+Blue) = 214+212+205=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D4CD is #292B32. Grayscale: #D3D3D3. Windows color (decimal): -2698035 or 13489366. OLE color: 13489366.

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

Color convert

RGB214212205-
CMYK00.010.040.16
HSL46.67º9.89%82.16%-
HSV(B)46.67º4.21%83.92%-
XYZ62.2965.7967.17-
YUV211.8124.16129.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.91%
GREEN value IS 212 (83.20% from 255) = 33.60%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=33.91%
G=33.60%
B=32.49%

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
Decimal21421220500.010.040.1646.679.8982.16
HexD6D4CD014102fa52
Octal326324315014205712122
Binary110101101101010011001101011001000010111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D4CD; }

 p { color: rgb(214,212,205); }

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

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

 a { background-color: rgb(214,212,205); }

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

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

 span { border-color: rgb(214,212,205); }

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