#DDEFDC

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

Shades of Tara #DDEFDC

Tints of Tara #DDEFDC

Color information

#DDEFDC (or 0xDDEFDC) is unknown color: approx Tara. HEX triplet: DD, EF and DC. RGB value is (221,239,220). Sum of RGB (Red+Green+Blue) = 221+239+220=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFDC is #221023. Grayscale: #E7E7E7. Windows color (decimal): -2232356 or 14479325. OLE color: 14479325.

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

Color convert

RGB221239220-
CMYK0.0800.080.06
HSL116.84º37.25%90%-
HSV(B)116.84º7.95%93.73%-
XYZ73.682.2779.71-
YUV231.45121.54120.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.5%
GREEN value IS 239 (93.75% from 255) = 35.15%
BLUE value IS 220 (86.33% from 255) = 32.35%
R=32.5%
G=35.15%
B=32.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212392200.0800.080.06116.8437.2590
HexDDEFDC808675255a
Octal33535733410010616545132
Binary11011101111011111101110010000100011011101011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFDC; }

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

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

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

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

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

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

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

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