#DDDBC9

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

Shades of Green White #DDDBC9

Tints of Green White #DDDBC9

Color information

#DDDBC9 (or 0xDDDBC9) is unknown color: approx Green White. HEX triplet: DD, DB and C9. RGB value is (221,219,201). Sum of RGB (Red+Green+Blue) = 221+219+201=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBC9 is #222436. Grayscale: #D9D9D9. Windows color (decimal): -2237495 or 13229021. OLE color: 13229021.

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

Color convert

RGB221219201-
CMYK00.010.090.13
HSL54º22.73%82.75%-
HSV(B)54º9.05%86.67%-
XYZ65.6970.2565.36-
YUV217.55118.66130.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 201 (78.91% from 255) = 31.36%
R=34.48%
G=34.17%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121920100.010.090.135422.7382.75
HexDDDBC9019D361753
Octal3353333110111156627123
Binary1101110111011011110010010110011101110110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBC9; }

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

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

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

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

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

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

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

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