#DCF0DD

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

Shades of Tara #DCF0DD

Tints of Tara #DCF0DD

Color information

#DCF0DD (or 0xDCF0DD) is unknown color: approx Tara. HEX triplet: DC, F0 and DD. RGB value is (220,240,221). Sum of RGB (Red+Green+Blue) = 220+240+221=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0DD is #230F22. Grayscale: #E7E7E7. Windows color (decimal): -2297635 or 14545116. OLE color: 14545116.

HSL color Cylindrical-coordinate representation of color #DCF0DD: hue angle of 123º degrees, saturation: 0.4, 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 #DCF0DD is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB220240221-
CMYK0.0800.080.06
HSL123º40%90.2%-
HSV(B)123º8.33%94.12%-
XYZ73.7382.7680.49-
YUV231.85121.87119.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.31%
GREEN value IS 240 (94.14% from 255) = 35.24%
BLUE value IS 221 (86.72% from 255) = 32.45%
R=32.31%
G=35.24%
B=32.45%

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
Decimal2202402210.0800.080.061234090.2
HexDCF0DD80867b285a
Octal33436033510010617350132
Binary11011100111100001101110110000100011011110111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF0DD; }

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

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

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

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

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

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

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

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