#DDDDC8

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

Shades of Green White #DDDDC8

Tints of Green White #DDDDC8

Color information

#DDDDC8 (or 0xDDDDC8) is unknown color: approx Green White. HEX triplet: DD, DD and C8. RGB value is (221,221,200). Sum of RGB (Red+Green+Blue) = 221+221+200=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDC8 is #222237. Grayscale: #DADADA. Windows color (decimal): -2236984 or 13163997. OLE color: 13163997.

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

Color convert

RGB221221200-
CMYK000.100.13
HSL60º23.6%82.55%-
HSV(B)60º9.5%86.67%-
XYZ66.171.2664.91-
YUV218.61117.5129.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 200 (78.52% from 255) = 31.15%
R=34.42%
G=34.42%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221200000.100.136023.682.55
HexDDDDC800AD3c1853
Octal3353353100012157430123
Binary1101110111011101110010000010101101111100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDC8; }

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

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

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

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

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

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

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

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