#D5D4CC

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

Shades of Concrete #D5D4CC

Tints of Concrete #D5D4CC

Color information

#D5D4CC (or 0xD5D4CC) is unknown color: approx Concrete. HEX triplet: D5, D4 and CC. RGB value is (213,212,204). Sum of RGB (Red+Green+Blue) = 213+212+204=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D4CC is #2A2B33. Grayscale: #D3D3D3. Windows color (decimal): -2763572 or 13423829. OLE color: 13423829.

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

Color convert

RGB213212204-
CMYK00.000.040.16
HSL53.33º9.68%81.76%-
HSV(B)53.33º4.23%83.53%-
XYZ61.8865.5966.53-
YUV211.39123.83129.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.86%
GREEN value IS 212 (83.20% from 255) = 33.70%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=33.86%
G=33.70%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321220400.000.040.1653.339.6881.76
HexD5D4CC0041035a52
Octal325324314004206512122
Binary110101011101010011001100001001000011010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D4CC; }

 p { color: rgb(213,212,204); }

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

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

 a { background-color: rgb(213,212,204); }

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

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

 span { border-color: rgb(213,212,204); }

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