#DCF6DD

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

Shades of Tara #DCF6DD

Tints of Tara #DCF6DD

Color information

#DCF6DD (or 0xDCF6DD) is unknown color: approx Tara. HEX triplet: DC, F6 and DD. RGB value is (220,246,221). Sum of RGB (Red+Green+Blue) = 220+246+221=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6DD is #230922. Grayscale: #EBEBEB. Windows color (decimal): -2296099 or 14546652. OLE color: 14546652.

HSL color Cylindrical-coordinate representation of color #DCF6DD: hue angle of 122.31º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF6DD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB220246221-
CMYK0.1100.100.04
HSL122.31º59.09%91.37%-
HSV(B)122.31º10.57%96.47%-
XYZ75.5286.3581.09-
YUV235.38119.89117.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.02%
GREEN value IS 246 (96.48% from 255) = 35.81%
BLUE value IS 221 (86.72% from 255) = 32.17%
R=32.02%
G=35.81%
B=32.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202462210.1100.100.04122.3159.0991.37
HexDCF6DDB0A47a3b5b
Octal33436633513012417273133
Binary11011100111101101101110110110101010011110101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF6DD; }

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

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

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

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

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

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

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

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