#DCFFDD

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

Shades of Tara #DCFFDD

Tints of Tara #DCFFDD

Color information

#DCFFDD (or 0xDCFFDD) is unknown color: approx Tara. HEX triplet: DC, FF and DD. RGB value is (220,255,221). Sum of RGB (Red+Green+Blue) = 220+255+221=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFDD is #230022. Grayscale: #F0F0F0. Windows color (decimal): -2293795 or 14548956. OLE color: 14548956.

HSL color Cylindrical-coordinate representation of color #DCFFDD: hue angle of 121.71º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFDD is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB220255221-
CMYK0.1400.130
HSL121.71º100%93.14%-
HSV(B)121.71º13.73%100%-
XYZ78.3391.9682.03-
YUV240.66116.9113.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.61%
GREEN value IS 255 (100% from 255) = 36.64%
BLUE value IS 221 (86.72% from 255) = 31.75%
R=31.61%
G=36.64%
B=31.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202552210.1400.130121.7110093.14
HexDCFFDDE0D07a645d
Octal334377335160150172144135
Binary1101110011111111110111011110011010111101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFDD; }

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

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

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

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

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

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

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

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