#DDEFDD

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

Shades of Tara #DDEFDD

Tints of Tara #DDEFDD

Color information

#DDEFDD (or 0xDDEFDD) is unknown color: approx Tara. HEX triplet: DD, EF and DD. RGB value is (221,239,221). Sum of RGB (Red+Green+Blue) = 221+239+221=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFDD is #221022. Grayscale: #E7E7E7. Windows color (decimal): -2232355 or 14544861. OLE color: 14544861.

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

Color convert

RGB221239221-
CMYK0.0800.080.06
HSL120º36%90.2%-
HSV(B)120º7.53%93.73%-
XYZ73.7482.3380.41-
YUV231.57122.04120.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.45%
GREEN value IS 239 (93.75% from 255) = 35.10%
BLUE value IS 221 (86.72% from 255) = 32.45%
R=32.45%
G=35.10%
B=32.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212392210.0800.080.061203690.2
HexDDEFDD808678245a
Octal33535733510010617044132
Binary11011101111011111101110110000100011011110001001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFDD; }

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

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

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

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

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

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

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

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