#DCD0D0

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

Shades of Light Grey #DCD0D0

Tints of Light Grey #DCD0D0

Color information

#DCD0D0 (or 0xDCD0D0) is unknown color: approx Light Grey. HEX triplet: DC, D0 and D0. RGB value is (220,208,208). Sum of RGB (Red+Green+Blue) = 220+208+208=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0D0 is #232F2F. Grayscale: #D3D3D3. Windows color (decimal): -2305840 or 13684956. OLE color: 13684956.

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

Color convert

RGB220208208-
CMYK00.050.050.14
HSL14.63%83.92%-
HSV(B)5.45%86.27%-
XYZ63.4664.8868.85-
YUV211.59125.98134-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 208 (81.64% from 255) = 32.70%
BLUE value IS 208 (81.64% from 255) = 32.70%
R=34.59%
G=32.70%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020820800.050.050.14014.6383.92
HexDCD0D0055E0f54
Octal33432032005516017124
Binary11011100110100001101000001011011110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD0D0; }

 p { color: rgb(220,208,208); }

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

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

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

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

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

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

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