#DDDDC6

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

Shades of Green White #DDDDC6

Tints of Green White #DDDDC6

Color information

#DDDDC6 (or 0xDDDDC6) is unknown color: approx Green White. HEX triplet: DD, DD and C6. RGB value is (221,221,198). Sum of RGB (Red+Green+Blue) = 221+221+198=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDC6 is #222239. Grayscale: #DADADA. Windows color (decimal): -2236986 or 13032925. OLE color: 13032925.

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

Color convert

RGB221221198-
CMYK000.100.13
HSL60º25.27%82.16%-
HSV(B)60º10.41%86.67%-
XYZ65.8771.1663.69-
YUV218.38116.5129.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221198000.100.136025.2782.16
HexDDDDC600AD3c1952
Octal3353353060012157431122
Binary1101110111011101110001100010101101111100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDC6; }

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

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

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

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

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

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

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

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