#DDDDCE

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

Shades of Green White #DDDDCE

Tints of Green White #DDDDCE

Color information

#DDDDCE (or 0xDDDDCE) is unknown color: approx Green White. HEX triplet: DD, DD and CE. RGB value is (221,221,206). Sum of RGB (Red+Green+Blue) = 221+221+206=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDCE is #222231. Grayscale: #DBDBDB. Windows color (decimal): -2236978 or 13557213. OLE color: 13557213.

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

Color convert

RGB221221206-
CMYK000.070.13
HSL60º18.07%83.73%-
HSV(B)60º6.79%86.67%-
XYZ66.8271.5468.68-
YUV219.29120.5129.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.10%
GREEN value IS 221 (86.72% from 255) = 34.10%
BLUE value IS 206 (80.86% from 255) = 31.79%
R=34.10%
G=34.10%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221206000.070.136018.0783.73
HexDDDDCE007D3c1254
Octal335335316007157422124
Binary110111011101110111001110001111101111100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDCE; }

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

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

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

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

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

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

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

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