#DEECDD

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

Shades of Tara #DEECDD

Tints of Tara #DEECDD

Color information

#DEECDD (or 0xDEECDD) is unknown color: approx Tara. HEX triplet: DE, EC and DD. RGB value is (222,236,221). Sum of RGB (Red+Green+Blue) = 222+236+221=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECDD is #211322. Grayscale: #E6E6E6. Windows color (decimal): -2167587 or 14544094. OLE color: 14544094.

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

Color convert

RGB222236221-
CMYK0.0600.060.07
HSL116º28.3%89.61%-
HSV(B)116º6.36%92.55%-
XYZ73.1780.7480.13-
YUV230.1122.86122.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.70%
GREEN value IS 236 (92.58% from 255) = 34.76%
BLUE value IS 221 (86.72% from 255) = 32.55%
R=32.70%
G=34.76%
B=32.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222362210.0600.060.0711628.389.61
HexDEECDD6067741c5a
Octal336354335606716434132
Binary11011110111011001101110111001101111110100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECDD; }

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

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

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

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

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

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

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

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