#DCFAD8

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

Shades of Tara #DCFAD8

Tints of Tara #DCFAD8

Color information

#DCFAD8 (or 0xDCFAD8) is unknown color: approx Tara. HEX triplet: DC, FA and D8. RGB value is (220,250,216). Sum of RGB (Red+Green+Blue) = 220+250+216=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAD8 is #230527. Grayscale: #EDEDED. Windows color (decimal): -2295080 or 14219996. OLE color: 14219996.

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

Color convert

RGB220250216-
CMYK0.1200.140.02
HSL112.94º77.27%91.37%-
HSV(B)112.94º13.6%98.04%-
XYZ76.188.5478.05-
YUV237.15116.06115.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.07%
GREEN value IS 250 (98.05% from 255) = 36.44%
BLUE value IS 216 (84.77% from 255) = 31.49%
R=32.07%
G=36.44%
B=31.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202502160.1200.140.02112.9477.2791.37
HexDCFAD8C0E2714d5b
Octal334372330140162161115133
Binary11011100111110101101100011000111010111000110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFAD8; }

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

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

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

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

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

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

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

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