#DCFADD

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

Shades of Tara #DCFADD

Tints of Tara #DCFADD

Color information

#DCFADD (or 0xDCFADD) is unknown color: approx Tara. HEX triplet: DC, FA and DD. RGB value is (220,250,221). Sum of RGB (Red+Green+Blue) = 220+250+221=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFADD is #230522. Grayscale: #EDEDED. Windows color (decimal): -2295075 or 14547676. OLE color: 14547676.

HSL color Cylindrical-coordinate representation of color #DCFADD: hue angle of 122º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFADD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB220250221-
CMYK0.1200.120.02
HSL122º75%92.16%-
HSV(B)122º12%98.04%-
XYZ76.7588.8181.5-
YUV237.72118.56115.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.84%
GREEN value IS 250 (98.05% from 255) = 36.18%
BLUE value IS 221 (86.72% from 255) = 31.98%
R=31.84%
G=36.18%
B=31.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202502210.1200.120.021227592.16
HexDCFADDC0C27a4b5c
Octal334372335140142172113134
Binary11011100111110101101110111000110010111101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFADD; }

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

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

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

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

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

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

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

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