#D1D0CA

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

Shades of Concrete #D1D0CA

Tints of Concrete #D1D0CA

Color information

#D1D0CA (or 0xD1D0CA) is unknown color: approx Concrete. HEX triplet: D1, D0 and CA. RGB value is (209,208,202). Sum of RGB (Red+Green+Blue) = 209+208+202=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D0CA is #2E2F35. Grayscale: #CFCFCF. Windows color (decimal): -3026742 or 13291729. OLE color: 13291729.

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

Color convert

RGB209208202-
CMYK00.000.030.18
HSL51.43º7.07%80.59%-
HSV(B)51.43º3.35%81.96%-
XYZ59.5162.9364.89-
YUV207.61124.83128.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.76%
GREEN value IS 208 (81.64% from 255) = 33.60%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=33.76%
G=33.60%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920820200.000.030.1851.437.0780.59
HexD1D0CA0031233751
Octal32132031200322637121
Binary1101000111010000110010100011100101100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D0CA; }

 p { color: rgb(209,208,202); }

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

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

 a { background-color: rgb(209,208,202); }

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

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

 span { border-color: rgb(209,208,202); }

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