#DDDCCE

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

Shades of Green White #DDDCCE

Tints of Green White #DDDCCE

Color information

#DDDCCE (or 0xDDDCCE) is unknown color: approx Green White. HEX triplet: DD, DC and CE. RGB value is (221,220,206). Sum of RGB (Red+Green+Blue) = 221+220+206=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCCE is #222331. Grayscale: #DADADA. Windows color (decimal): -2237234 or 13556957. OLE color: 13556957.

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

Color convert

RGB221220206-
CMYK00.000.070.13
HSL56º18.07%83.73%-
HSV(B)56º6.79%86.67%-
XYZ66.5571.0168.59-
YUV218.7120.83129.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 206 (80.86% from 255) = 31.84%
R=34.16%
G=34.00%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122020600.000.070.135618.0783.73
HexDDDCCE007D381254
Octal335334316007157022124
Binary110111011101110011001110001111101111000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCCE; }

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

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

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

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

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

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

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

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