#D5D3CA

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

Shades of Concrete #D5D3CA

Tints of Concrete #D5D3CA

Color information

#D5D3CA (or 0xD5D3CA) is unknown color: approx Concrete. HEX triplet: D5, D3 and CA. RGB value is (213,211,202). Sum of RGB (Red+Green+Blue) = 213+211+202=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D3CA is #2A2C35. Grayscale: #D2D2D2. Windows color (decimal): -2763830 or 13292501. OLE color: 13292501.

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

Color convert

RGB213211202-
CMYK00.010.050.16
HSL49.09º11.58%81.37%-
HSV(B)49.09º5.16%83.53%-
XYZ61.46565.19-
YUV210.57123.16129.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.03%
GREEN value IS 211 (82.81% from 255) = 33.71%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=34.03%
G=33.71%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321120200.010.050.1649.0911.5881.37
HexD5D3CA0151031c51
Octal325323312015206114121
Binary110101011101001111001010011011000011000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D3CA; }

 p { color: rgb(213,211,202); }

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

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

 a { background-color: rgb(213,211,202); }

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

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

 span { border-color: rgb(213,211,202); }

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