#DCCCCB

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

Shades of Light Grey #DCCCCB

Tints of Light Grey #DCCCCB

Color information

#DCCCCB (or 0xDCCCCB) is unknown color: approx Light Grey. HEX triplet: DC, CC and CB. RGB value is (220,204,203). Sum of RGB (Red+Green+Blue) = 220+204+203=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCCB is #233334. Grayscale: #D0D0D0. Windows color (decimal): -2306869 or 13356252. OLE color: 13356252.

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

Color convert

RGB220204203-
CMYK00.070.080.14
HSL3.53º19.54%82.94%-
HSV(B)3.53º7.73%86.27%-
XYZ61.8962.7165.34-
YUV208.67124.8136.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=35.09%
G=32.54%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020420300.070.080.143.5319.5482.94
HexDCCCCB078E41453
Octal334314313071016424123
Binary110111001100110011001011011110001110100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCCB; }

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

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

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

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

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

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

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

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