#DDDCC6

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

Shades of Green White #DDDCC6

Tints of Green White #DDDCC6

Color information

#DDDCC6 (or 0xDDDCC6) is unknown color: approx Green White. HEX triplet: DD, DC and C6. RGB value is (221,220,198). Sum of RGB (Red+Green+Blue) = 221+220+198=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCC6 is #222339. Grayscale: #D9D9D9. Windows color (decimal): -2237242 or 13032669. OLE color: 13032669.

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

Color convert

RGB221220198-
CMYK00.000.100.13
HSL57.39º25.27%82.16%-
HSV(B)57.39º10.41%86.67%-
XYZ65.6170.6463.6-
YUV217.79116.83130.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 198 (77.73% from 255) = 30.99%
R=34.59%
G=34.43%
B=30.99%

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
Decimal22122019800.000.100.1357.3925.2782.16
HexDDDCC600AD391952
Octal3353343060012157131122
Binary1101110111011100110001100010101101111001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCC6; }

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

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

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

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

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

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

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

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