#DDEBDD

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

Shades of Tara #DDEBDD

Tints of Tara #DDEBDD

Color information

#DDEBDD (or 0xDDEBDD) is unknown color: approx Tara. HEX triplet: DD, EB and DD. RGB value is (221,235,221). Sum of RGB (Red+Green+Blue) = 221+235+221=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBDD is #221422. Grayscale: #E5E5E5. Windows color (decimal): -2233379 or 14543837. OLE color: 14543837.

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

Color convert

RGB221235221-
CMYK0.0600.060.08
HSL120º25.93%89.41%-
HSV(B)120º5.96%92.16%-
XYZ72.5880.0180.02-
YUV229.22123.36122.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.64%
GREEN value IS 235 (92.19% from 255) = 34.71%
BLUE value IS 221 (86.72% from 255) = 32.64%
R=32.64%
G=34.71%
B=32.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212352210.0600.060.0812025.9389.41
HexDDEBDD6068781a59
Octal3353533356061017032131
Binary110111011110101111011101110011010001111000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBDD; }

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

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

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

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

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

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

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

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