#DEEEDD

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

Shades of Tara #DEEEDD

Tints of Tara #DEEEDD

Color information

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

HSL color Cylindrical-coordinate representation of color #DEEEDD: hue angle of 116.47º 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 #DEEEDD is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB222238221-
CMYK0.0700.070.07
HSL116.47º33.33%90%-
HSV(B)116.47º7.14%93.33%-
XYZ73.7581.980.33-
YUV231.28122.2121.38-

RGB Variations

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

RGB

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

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
Decimal2222382210.0700.070.07116.4733.3390
HexDEEEDD707774215a
Octal336356335707716441132
Binary110111101110111011011101111011111111101001000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEEDD; }

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

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

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

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

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

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

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

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