#DCCDCC

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

Shades of Light Grey #DCCDCC

Tints of Light Grey #DCCDCC

Color information

#DCCDCC (or 0xDCCDCC) is unknown color: approx Light Grey. HEX triplet: DC, CD and CC. RGB value is (220,205,204). Sum of RGB (Red+Green+Blue) = 220+205+204=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDCC is #233233. Grayscale: #D1D1D1. Windows color (decimal): -2306612 or 13422044. OLE color: 13422044.

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

Color convert

RGB220205204-
CMYK00.070.070.14
HSL3.75º18.6%83.14%-
HSV(B)3.75º7.27%86.27%-
XYZ62.2563.2466.05-
YUV209.37124.97135.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=34.98%
G=32.59%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020520400.070.070.143.7518.683.14
HexDCCDCC077E41353
Octal33431531407716423123
Binary11011100110011011100110001111111110100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDCC; }

 p { color: rgb(220,205,204); }

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

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

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

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

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

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

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