#DDDDC7

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

Shades of Green White #DDDDC7

Tints of Green White #DDDDC7

Color information

#DDDDC7 (or 0xDDDDC7) is unknown color: approx Green White. HEX triplet: DD, DD and C7. RGB value is (221,221,199). Sum of RGB (Red+Green+Blue) = 221+221+199=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 199 (78.12% from 255 or 31.05% from 641); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDC7 is #222238. Grayscale: #DADADA. Windows color (decimal): -2236985 or 13098461. OLE color: 13098461.

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

Color convert

RGB221221199-
CMYK000.100.13
HSL60º24.44%82.35%-
HSV(B)60º9.95%86.67%-
XYZ65.9871.2164.3-
YUV218.49117129.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 199 (78.12% from 255) = 31.05%
R=34.48%
G=34.48%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221199000.100.136024.4482.35
HexDDDDC700AD3c1852
Octal3353353070012157430122
Binary1101110111011101110001110010101101111100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDC7; }

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

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

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

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

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

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

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

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