#DDDBC8

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

Shades of Green White #DDDBC8

Tints of Green White #DDDBC8

Color information

#DDDBC8 (or 0xDDDBC8) is unknown color: approx Green White. HEX triplet: DD, DB and C8. RGB value is (221,219,200). Sum of RGB (Red+Green+Blue) = 221+219+200=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBC8 is #222437. Grayscale: #D9D9D9. Windows color (decimal): -2237496 or 13163485. OLE color: 13163485.

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

Color convert

RGB221219200-
CMYK00.010.100.13
HSL54.29º23.6%82.55%-
HSV(B)54.29º9.5%86.67%-
XYZ65.5870.2164.74-
YUV217.43118.16130.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 200 (78.52% from 255) = 31.25%
R=34.53%
G=34.22%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121920000.010.100.1354.2923.682.55
HexDDDBC801AD361853
Octal3353333100112156630123
Binary1101110111011011110010000110101101110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBC8; }

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

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

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

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

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

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

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

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