#DDF2DD

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

Shades of Tara #DDF2DD

Tints of Tara #DDF2DD

Color information

#DDF2DD (or 0xDDF2DD) is unknown color: approx Tara. HEX triplet: DD, F2 and DD. RGB value is (221,242,221). Sum of RGB (Red+Green+Blue) = 221+242+221=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2DD is #220D22. Grayscale: #E9E9E9. Windows color (decimal): -2231587 or 14545629. OLE color: 14545629.

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

Color convert

RGB221242221-
CMYK0.0900.090.05
HSL120º44.68%90.78%-
HSV(B)120º8.68%94.9%-
XYZ74.6284.180.71-
YUV233.33121.04119.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 242 (94.92% from 255) = 35.38%
BLUE value IS 221 (86.72% from 255) = 32.31%
R=32.31%
G=35.38%
B=32.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212422210.0900.090.0512044.6890.78
HexDDF2DD9095782d5b
Octal33536233511011517055133
Binary11011101111100101101110110010100110111110001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2DD; }

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

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

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

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

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

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

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

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