#DCF1DA

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

Shades of Tara #DCF1DA

Tints of Tara #DCF1DA

Color information

#DCF1DA (or 0xDCF1DA) is unknown color: approx Tara. HEX triplet: DC, F1 and DA. RGB value is (220,241,218). Sum of RGB (Red+Green+Blue) = 220+241+218=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1DA is #230E25. Grayscale: #E8E8E8. Windows color (decimal): -2297382 or 14348764. OLE color: 14348764.

HSL color Cylindrical-coordinate representation of color #DCF1DA: hue angle of 114.78º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCF1DA is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB220241218-
CMYK0.0900.100.05
HSL114.78º45.1%90%-
HSV(B)114.78º9.54%94.51%-
XYZ73.6383.1978.51-
YUV232.1120.04119.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.40%
GREEN value IS 241 (94.53% from 255) = 35.49%
BLUE value IS 218 (85.55% from 255) = 32.11%
R=32.40%
G=35.49%
B=32.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202412180.0900.100.05114.7845.190
HexDCF1DA90A5732d5a
Octal33436133211012516355132
Binary11011100111100011101101010010101010111100111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1DA; }

 p { color: rgb(220,241,218); }

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

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

 a { background-color: rgb(220,241,218); }

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

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

 span { border-color: rgb(220,241,218); }

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