#DDC6C6

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

Shades of Very Light Grey #DDC6C6

Tints of Very Light Grey #DDC6C6

Color information

#DDC6C6 (or 0xDDC6C6) is unknown color: approx Very Light Grey. HEX triplet: DD, C6 and C6. RGB value is (221,198,198). Sum of RGB (Red+Green+Blue) = 221+198+198=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6C6 is #223939. Grayscale: #CCCCCC. Windows color (decimal): -2242874 or 13027037. OLE color: 13027037.

HSL color Cylindrical-coordinate representation of color #DDC6C6: hue angle of 0º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC6C6 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221198198-
CMYK00.100.100.13
HSL25.27%82.16%-
HSV(B)10.41%86.67%-
XYZ60.2159.8461.8-
YUV204.88124.12139.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 198 (77.73% from 255) = 32.09%
BLUE value IS 198 (77.73% from 255) = 32.09%
R=35.82%
G=32.09%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119819800.100.100.13025.2782.16
HexDDC6C60AAD01952
Octal3353063060121215031122
Binary11011101110001101100011001010101011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6C6; }

 p { color: rgb(221,198,198); }

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

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

 a { background-color: rgb(221,198,198); }

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

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

 span { border-color: rgb(221,198,198); }

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