#DDDCC9

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

Shades of Green White #DDDCC9

Tints of Green White #DDDCC9

Color information

#DDDCC9 (or 0xDDDCC9) is unknown color: approx Green White. HEX triplet: DD, DC and C9. RGB value is (221,220,201). Sum of RGB (Red+Green+Blue) = 221+220+201=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCC9 is #222336. Grayscale: #DADADA. Windows color (decimal): -2237239 or 13229277. OLE color: 13229277.

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

Color convert

RGB221220201-
CMYK00.000.090.13
HSL57º22.73%82.75%-
HSV(B)57º9.05%86.67%-
XYZ65.9570.7865.44-
YUV218.13118.33130.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 220 (86.33% from 255) = 34.27%
BLUE value IS 201 (78.91% from 255) = 31.31%
R=34.42%
G=34.27%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122020100.000.090.135722.7382.75
HexDDDCC9009D391753
Octal3353343110011157127123
Binary1101110111011100110010010010011101111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCC9; }

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

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

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

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

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

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

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

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