#DDEEDE

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

Shades of Tara #DDEEDE

Tints of Tara #DDEEDE

Color information

#DDEEDE (or 0xDDEEDE) is unknown color: approx Tara. HEX triplet: DD, EE and DE. RGB value is (221,238,222). Sum of RGB (Red+Green+Blue) = 221+238+222=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEDE is #221121. Grayscale: #E7E7E7. Windows color (decimal): -2232610 or 14610141. OLE color: 14610141.

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

Color convert

RGB221238222-
CMYK0.0700.070.07
HSL123.53º33.33%90%-
HSV(B)123.53º7.14%93.33%-
XYZ73.5881.881.02-
YUV231.09122.87120.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.45%
GREEN value IS 238 (93.36% from 255) = 34.95%
BLUE value IS 222 (87.11% from 255) = 32.60%
R=32.45%
G=34.95%
B=32.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212382220.0700.070.07123.5333.3390
HexDDEEDE70777c215a
Octal335356336707717441132
Binary110111011110111011011110111011111111111001000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEDE; }

 p { color: rgb(221,238,222); }

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

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

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

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

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

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

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