#DDDCC7

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

Shades of Green White #DDDCC7

Tints of Green White #DDDCC7

Color information

#DDDCC7 (or 0xDDDCC7) is unknown color: approx Green White. HEX triplet: DD, DC and C7. RGB value is (221,220,199). Sum of RGB (Red+Green+Blue) = 221+220+199=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCC7 is #222338. Grayscale: #D9D9D9. Windows color (decimal): -2237241 or 13098205. OLE color: 13098205.

HSL color Cylindrical-coordinate representation of color #DDDCC7: hue angle of 57.27º degrees, saturation: 0.24, 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 #DDDCC7 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221220199-
CMYK00.000.100.13
HSL57.27º24.44%82.35%-
HSV(B)57.27º9.95%86.67%-
XYZ65.7270.6864.21-
YUV217.9117.33130.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 199 (78.12% from 255) = 31.09%
R=34.53%
G=34.38%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122019900.000.100.1357.2724.4482.35
HexDDDCC700AD391852
Octal3353343070012157130122
Binary1101110111011100110001110010101101111001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCC7; }

 p { color: rgb(221,220,199); }

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

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

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

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

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

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

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