#DDECDC

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

Shades of Tara #DDECDC

Tints of Tara #DDECDC

Color information

#DDECDC (or 0xDDECDC) is unknown color: approx Tara. HEX triplet: DD, EC and DC. RGB value is (221,236,220). Sum of RGB (Red+Green+Blue) = 221+236+220=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECDC is #221323. Grayscale: #E5E5E5. Windows color (decimal): -2233124 or 14478557. OLE color: 14478557.

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

Color convert

RGB221236220-
CMYK0.0600.070.07
HSL116.25º29.63%89.41%-
HSV(B)116.25º6.78%92.55%-
XYZ72.7380.5379.42-
YUV229.69122.53121.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.64%
GREEN value IS 236 (92.58% from 255) = 34.86%
BLUE value IS 220 (86.33% from 255) = 32.50%
R=32.64%
G=34.86%
B=32.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212362200.0600.070.07116.2529.6389.41
HexDDECDC6077741e59
Octal335354334607716436131
Binary11011101111011001101110011001111111110100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECDC; }

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

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

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

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

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

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

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

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