#DDFFDD

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

Shades of Tara #DDFFDD

Tints of Tara #DDFFDD

Color information

#DDFFDD (or 0xDDFFDD) is unknown color: approx Tara. HEX triplet: DD, FF and DD. RGB value is (221,255,221). Sum of RGB (Red+Green+Blue) = 221+255+221=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFDD is #220022. Grayscale: #F1F1F1. Windows color (decimal): -2228259 or 14548957. OLE color: 14548957.

HSL color Cylindrical-coordinate representation of color #DDFFDD: hue angle of 120º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFFDD is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB221255221-
CMYK0.1300.130
HSL120º100%93.33%-
HSV(B)120º13.33%100%-
XYZ78.6392.1182.04-
YUV240.96116.74113.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.71%
GREEN value IS 255 (100% from 255) = 36.59%
BLUE value IS 221 (86.72% from 255) = 31.71%
R=31.71%
G=36.59%
B=31.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212552210.1300.13012010093.33
HexDDFFDDD0D078645d
Octal335377335150150170144135
Binary1101110111111111110111011101011010111100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFDD; }

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

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

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

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

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

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

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

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