#DDDCC8

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

Shades of Green White #DDDCC8

Tints of Green White #DDDCC8

Color information

#DDDCC8 (or 0xDDDCC8) is unknown color: approx Green White. HEX triplet: DD, DC and C8. RGB value is (221,220,200). Sum of RGB (Red+Green+Blue) = 221+220+200=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCC8 is #222337. Grayscale: #DADADA. Windows color (decimal): -2237240 or 13163741. OLE color: 13163741.

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

Color convert

RGB221220200-
CMYK00.000.100.13
HSL57.14º23.6%82.55%-
HSV(B)57.14º9.5%86.67%-
XYZ65.8470.7364.83-
YUV218.02117.83130.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 200 (78.52% from 255) = 31.20%
R=34.48%
G=34.32%
B=31.20%

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
Decimal22122020000.000.100.1357.1423.682.55
HexDDDCC800AD391853
Octal3353343100012157130123
Binary1101110111011100110010000010101101111001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCC8; }

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

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

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

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

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

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

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

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