#D3D2CC

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

Shades of Concrete #D3D2CC

Tints of Concrete #D3D2CC

Color information

#D3D2CC (or 0xD3D2CC) is unknown color: approx Concrete. HEX triplet: D3, D2 and CC. RGB value is (211,210,204). Sum of RGB (Red+Green+Blue) = 211+210+204=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D2CC is #2C2D33. Grayscale: #D1D1D1. Windows color (decimal): -2895156 or 13423315. OLE color: 13423315.

HSL color Cylindrical-coordinate representation of color #D3D2CC: hue angle of 51.43º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D3D2CC is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB211210204-
CMYK00.000.030.17
HSL51.43º7.37%81.37%-
HSV(B)51.43º3.32%82.75%-
XYZ60.8164.366.33-
YUV209.61124.83128.99-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.76%
GREEN value IS 210 (82.42% from 255) = 33.6%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=33.76%
G=33.6%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21121020400.000.030.1751.437.3781.37
HexD3D2CC0031133751
Octal32332231400321637121
Binary1101001111010010110011000011100011100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D2CC; }

 p { color: rgb(211,210,204); }

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

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

 a { background-color: rgb(211,210,204); }

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

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

 span { border-color: rgb(211,210,204); }

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